Class ValueSortField
-
Constructor Summary
Constructors
Specifies the normal construct method.
Specifies the normal construct method.
Specifies the custom sort construct method.
-
Method Summary
Specifies the custom sort list string.
Specifies the data option of the sort field.
Specifies the sort order.
final void
Sets the custom value list, such as:3,2,5,1.
final void
Sets the data option of the sort field.
final void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValueSortField
public ValueSortField(IRange key)
Specifies the normal construct method.
- Parameters:
key
- The column index.
-
ValueSortField
Specifies the normal construct method.
- Parameters:
key
- The column index.
order
- The sort order.
-
ValueSortField
Specifies the custom sort construct method.
- Parameters:
key
- the column index
customValues
- custom list string
-