Enum PivotAxisTypes
Represents Axis types in the pivot table.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum PivotAxisTypes
Fields
Name | Description |
---|---|
Column | Represents the Column axis type. |
Data | Represents the Data axis type. |
None | Represents the None axis type. |
Page | Represents the Page axis type. |
Row | Represents the Row axis type. |