public class FontColorSortField extends SortFieldBase implements IFontColorSortField
| Constructor and Description |
|---|
FontColorSortField(IRange key,
Color color)
Sorts the font color.
|
FontColorSortField(IRange key,
Color color,
SortOrder order) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Specifies the font color.
|
SortOrder |
getOrder()
Specifies the sort order (OnTop or OnBottom).
|
getKey, getPriority, getSortCondition, getSortOn, setPriority, setSortConditionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKey, getPriority, getSortOn, setPrioritypublic FontColorSortField(IRange key, Color color)
key - Column index of sort range.color - The font color.order - The sort order.public final SortOrder getOrder()
getOrder in interface IFontColorSortFieldpublic final Color getColor()
getColor in interface IFontColorSortField