类 IconSortField
java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.IconSortField
- 所有已实现的接口:
IIconSortField
,ISortField
Represents sorting by icon.
-
构造器概要
构造器说明IconSortField
(IRange key, IIcon icon) Sorts the icon.IconSortField
(IRange key, IIcon icon, SortOrder order) Sorts the icon. -
方法概要
从类继承的方法 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
Sorts the icon.- 参数:
key
- The column index.icon
- The icon.
-
IconSortField
Sorts the icon.- 参数:
key
- The column index.icon
- The icon.order
- The sort order.
-
-
方法详细资料
-
getOrder
Specifies the sort order.- 指定者:
getOrder
在接口中IIconSortField
-
getIcon
Specifies the icon to sort.- 指定者:
getIcon
在接口中IIconSortField
-