Enum PivotAxisTypes2007
Represents Axis types in the pivot table equivalent to Excel 2007.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum PivotAxisTypes2007
Fields
Name | Description |
---|---|
axisCol | Represents the Column axis type. |
axisPage | Represents the Page axis type. |
axisRow | Represents the Row axis type. |
axisValues | Represents the Data axis type. |