Class FontColorSortField
-
Constructor Summary
Constructors
-
Method Summary
Specifies the font color.
Specifies the sort order (OnTop or OnBottom).
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.
-