PivotTableAxisValues enumeration

Office 2013 and later

PivotTable Axis

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
AxisRow Row Axis. When the item is serialized out as xml, its value is "axisRow".
AxisColumn Column Axis. When the item is serialized out as xml, its value is "axisCol".
AxisPage Include Count Filter. When the item is serialized out as xml, its value is "axisPage".
AxisValues Values Axis. When the item is serialized out as xml, its value is "axisValues".
Show: