Click or drag to resize

PivotFieldSortType Enumeration

sort orders that can be applied to fields in a PivotTable.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum PivotFieldSortType
Members
Member name Value Description
Ascending 0 Indicates the field is sorted in ascending order.
Descending 1 Indicates the field is sorted in descending order.
Manual 2 Indicates the field is sorted manually.
See Also