PivotAxisTypes Enumeration
Represents Axis types in the pivot table.
Syntax
'Declaration Public Enum PivotAxisTypes Inherits System.Enum
'Usage Dim instance As PivotAxisTypes
public enum PivotAxisTypes : System.Enum
Members
Member | 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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.PivotAxisTypes
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also