类 SortFieldBase
java.lang.Object
com.grapecity.documents.excel.SortFieldBase
- 所有已实现的接口:
ISortField
Represents the sort base class.
-
构造器概要
-
方法概要
修饰符和类型方法说明final IRange
getKey()
Specifies the column index.final int
Specifies the priority of multiple sort columns.final SortOnType
Specifies the sort type.final void
setPriority
(int value) Sets the priority of multiple sort columns.
-
构造器详细资料
-
SortFieldBase
public SortFieldBase()
-
-
方法详细资料
-
getKey
Specifies the column index.- 指定者:
getKey
在接口中ISortField
-
getPriority
public final int getPriority()Specifies the priority of multiple sort columns.- 指定者:
getPriority
在接口中ISortField
-
setPriority
public final void setPriority(int value) Sets the priority of multiple sort columns.- 指定者:
setPriority
在接口中ISortField
-
getSortOn
Specifies the sort type.- 指定者:
getSortOn
在接口中ISortField
-