pivotfieldsorttype-ag凯发旗舰厅



com.spire.xls
enum pivotfieldsorttype

java.lang.object
  extended by java.lang.enum<pivotfieldsorttype>
      extended by 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.
 
enum constant detail

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.


网站地图