枚举类的使用
com.grapecity.documents.excel.SortOrientation
-
com.grapecity.documents.excel中SortOrientation的使用
修饰符和类型方法说明static SortOrientation
SortOrientation.forValue
(int value) ISort.getOrientation()
获取排序方向。static SortOrientation
返回带有指定名称的该类的枚举常量。static SortOrientation[]
SortOrientation.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
ISort.setOrientation
(SortOrientation value) 设置排序方向。void
IRange.sort
(IRange key, SortOrder order, SortOrientation orientation) 根据指定的选项对由此范围表示的单元格进行排序。void
IRange.sort
(IRange key, SortOrder order, SortOrientation orientation, boolean caseSensitive) 根据指定的选项对由该范围表示的单元格进行排序。void
IRange.sort
(SortOrientation orientation, boolean caseSensitive, IValueSortField... keys) 根据指定的选项,对由此范围表示的单元格进行排序。