Package com.grapecity.documents.excel
Interface IValueSortField
- All Superinterfaces:
ISortField
- All Known Implementing Classes:
ValueSortField
Represents the sort field by cell value (ascending or descending or custom value list).
-
Method Summary
Modifier and TypeMethodDescriptionGets the custom value list, such as:3,2,5,1.Gets the data option of the sort field.getOrder()Gets the sort order.voidsetCustomValues(String value) Sets the custom value list, such as:3,2,5,1.voidsetDataOption(SortDataOption value) Sets the data option of the sort field.voidSets the sort order.Methods inherited from interface com.grapecity.documents.excel.ISortField
getKey, getPriority, getSortOn, setPriority
-
Method Details
-
getDataOption
SortDataOption getDataOption()Gets the data option of the sort field. -
setDataOption
Sets the data option of the sort field. -
getOrder
SortOrder getOrder()Gets the sort order. -
setOrder
Sets the sort order. -
getCustomValues
String getCustomValues()Gets the custom value list, such as:3,2,5,1.If the property is not empty string, the order is by customValues.
-
setCustomValues
Sets the custom value list, such as:3,2,5,1.
-