orderby-ag凯发旗舰厅
com.spire.xls
enum orderby
java.lang.object
java.lang.enum<orderby>
com.spire.xls.orderby
- all implemented interfaces:
- java.lang.comparable<orderby>
public enum orderby
- extends java.lang.enum<orderby>
represents the sort order.
enum constant summary |
ascending
represent the ascending sort. |
bottom
represents the position of value in the sort list. |
descending
represent the descending sort. |
top
represents the position value in the sort list |
ascending
public static final orderby ascending
- represent the ascending sort.
descending
public static final orderby descending
- represent the descending sort.
top
public static final orderby top
- represents the position value in the sort list
bottom
public static final orderby bottom
- represents the position of value in the sort list.