接口 IValueSortField
- 所有超级接口:
ISortField
- 所有已知实现类:
ValueSortField
Represents the sort field by cell value (ascending or descending or custom value list).
-
方法概要
修饰符和类型方法说明Gets the custom value list, such as:3,2,5,1.Gets the data option of the sort field.getOrder()
Gets the sort order.void
setCustomValues
(String value) Sets the custom value list, such as:3,2,5,1.void
setDataOption
(SortDataOption value) Sets the data option of the sort field.void
Sets the sort order.从接口继承的方法 com.grapecity.documents.excel.ISortField
getKey, getPriority, getSortOn, setPriority
-
方法详细资料
-
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.
-