Package com.grapecity.documents.excel
Class FontColorSortField
java.lang.Object
com.grapecity.documents.excel.SortFieldBase
com.grapecity.documents.excel.FontColorSortField
- All Implemented Interfaces:
IFontColorSortField,ISortField
Represents the color sort.
-
Constructor Summary
ConstructorsConstructorDescriptionFontColorSortField(IRange key, Color color) Sorts the font color.FontColorSortField(IRange key, Color color, SortOrder order) Sorts the font color. -
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
-
FontColorSortField
Sorts the font color.- Parameters:
key- Column index of sort range.color- The font color.
-
FontColorSortField
Sorts the font color.- Parameters:
key- Column index of sort range.color- The font color.order- The sort order.
-
-
Method Details
-
getOrder
Specifies the sort order (OnTop or OnBottom).- Specified by:
getOrderin interfaceIFontColorSortField
-
getColor
Specifies the font color.- Specified by:
getColorin interfaceIFontColorSortField
-