Class PivotFieldSortType
sort orders that can be applied to fields in a PivotTable.
Inheritance
System.Object
PivotFieldSortType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class PivotFieldSortType : Enum
Fields
Ascending
Indicates the field is sorted in ascending order.
Declaration
public const PivotFieldSortType Ascending
Field Value
Type |
---|
PivotFieldSortType |
Descending
Indicates the field is sorted in descending order.
Declaration
public const PivotFieldSortType Descending
Field Value
Type |
---|
PivotFieldSortType |
Manual
Indicates the field is sorted manually.
Declaration
public const PivotFieldSortType Manual
Field Value
Type |
---|
PivotFieldSortType |