Class CellColorSortField
-
Constructor Summary
Constructors
Sorts the interior based on color.
Constructs a new CellColorSortField object with the specified key, interior, and sort order.
-
Method Summary
Specifies the interior to sort.
Specifies the sort order.
final void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CellColorSortField
Sorts the interior based on color.
- Parameters:
key
- The column index.
interior
- The interior.
-
CellColorSortField
Constructs a new CellColorSortField object with the specified key, interior, and sort order.
- Parameters:
key
- The range representing the key for sorting.
interior
- The interior representing the cell color used for sorting.
order
- The sort order for the field.
-
Method Details
-
-
setOrder
Set the sort order.
- Specified by:
setOrder
in interface ICellColorSortField
- Parameters:
value
- The sort order of the cell color.
-