Class PivotAxisTypes2007
Represents Axis types in the pivot table equivalent to Excel 2007.
Inheritance
System.Object
PivotAxisTypes2007
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class PivotAxisTypes2007 : Enum
Fields
axisCol
Represents the Column axis type.
Declaration
public const PivotAxisTypes2007 axisCol
Field Value
Type |
---|
PivotAxisTypes2007 |
axisPage
Represents the Page axis type.
Declaration
public const PivotAxisTypes2007 axisPage
Field Value
Type |
---|
PivotAxisTypes2007 |
axisRow
Represents the Row axis type.
Declaration
public const PivotAxisTypes2007 axisRow
Field Value
Type |
---|
PivotAxisTypes2007 |
axisValues
Represents the Data axis type.
Declaration
public const PivotAxisTypes2007 axisValues
Field Value
Type |
---|
PivotAxisTypes2007 |