pivotfieldsorttype-ag凯发旗舰厅
com.spire.xls
enum pivotfieldsorttype
java.lang.object
java.lang.enum<pivotfieldsorttype>
com.spire.xls.pivotfieldsorttype
- all implemented interfaces:
- java.lang.comparable<pivotfieldsorttype>
public enum pivotfieldsorttype
- extends java.lang.enum<pivotfieldsorttype>
sort orders that can be applied to fields in a pivottable.
enum constant summary |
ascending
indicates the field is sorted in ascending order. |
descending
indicates the field is sorted in descending order. |
manual
indicates the field is sorted manually. |
ascending
public static final pivotfieldsorttype ascending
- indicates the field is sorted in ascending order.
descending
public static final pivotfieldsorttype descending
- indicates the field is sorted in descending order.
manual
public static final pivotfieldsorttype manual
- indicates the field is sorted manually.