类 IconSortField
java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.IconSortField
- 所有已实现的接口:
IIconSortField
,ISortField
代表按图标排序。
-
构造器概要
构造器说明IconSortField
(IRange key, IIcon icon) 对图标进行排序。IconSortField
(IRange key, IIcon icon, SortOrder order) 对图标进行排序。 -
方法概要
从类继承的方法 com.grapecity.documents.excel.SortFieldBase
getKey, getPriority, getSortOn, setPriority
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.grapecity.documents.excel.ISortField
getKey, getPriority, getSortOn, setPriority
-
构造器详细资料
-
IconSortField
对图标进行排序。- 参数:
key
- 列索引。icon
- 图标。
-
IconSortField
对图标进行排序。- 参数:
key
- 列索引。icon
- 图标。order
- 排序顺序。
-
-
方法详细资料
-
getOrder
指定排序顺序。- 指定者:
getOrder
在接口中IIconSortField
-
getIcon
指定用于排序的图标。- 指定者:
getIcon
在接口中IIconSortField
-