Class PivotAxisTypes
Represents Axis types in the pivot table.
Inheritance
System.Object
PivotAxisTypes
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class PivotAxisTypes : Enum
Fields
Column
Represents the Column axis type.
Declaration
public const PivotAxisTypes Column
Field Value
Type |
---|
PivotAxisTypes |
Data
Represents the Data axis type.
Declaration
public const PivotAxisTypes Data
Field Value
Type |
---|
PivotAxisTypes |
None
Represents the None axis type.
Declaration
public const PivotAxisTypes None
Field Value
Type |
---|
PivotAxisTypes |
Page
Represents the Page axis type.
Declaration
public const PivotAxisTypes Page
Field Value
Type |
---|
PivotAxisTypes |
Row
Represents the Row axis type.
Declaration
public const PivotAxisTypes Row
Field Value
Type |
---|
PivotAxisTypes |