Enum Class的使用
com.grapecity.documents.excel.SortDataOption
-
com.grapecity.documents.excel中SortDataOption的使用
修饰符和类型方法说明IValueSortField.getDataOption()
Gets the data option of the sort field.final SortDataOption
ValueSortField.getDataOption()
Specifies the data option of the sort field.static SortDataOption
Returns the enum constant of this class with the specified name.static SortDataOption[]
SortDataOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IValueSortField.setDataOption
(SortDataOption value) Sets the data option of the sort field.final void
ValueSortField.setDataOption
(SortDataOption value) Sets the data option of the sort field.