Enum PivotFieldSortType
sort orders that can be applied to fields in a PivotTable.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum PivotFieldSortType
Fields
Name | Description |
---|---|
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. |