Package com.grapecity.documents.excel
Class IconSortField
java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.IconSortField
- All Implemented Interfaces:
IIconSortField,ISortField
Represents sorting by icon.
-
Constructor Summary
ConstructorsConstructorDescriptionIconSortField(IRange key, IIcon icon) Sorts the icon.IconSortField(IRange key, IIcon icon, SortOrder order) Sorts the icon. -
Method Summary
Methods inherited from class com.grapecity.documents.excel.SortFieldBase
getKey, getPriority, getSortOn, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.grapecity.documents.excel.ISortField
getKey, getPriority, getSortOn, setPriority
-
Constructor Details
-
IconSortField
Sorts the icon.- Parameters:
key- The column index.icon- The icon.
-
IconSortField
Sorts the icon.- Parameters:
key- The column index.icon- The icon.order- The sort order.
-
-
Method Details
-
getOrder
Specifies the sort order.- Specified by:
getOrderin interfaceIIconSortField
-
getIcon
Specifies the icon to sort.- Specified by:
getIconin interfaceIIconSortField
-