Freigeben über


PivotTableAxisValues-Enumeration

PivotTable Axis

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

Syntax

'Declaration
Public Enumeration PivotTableAxisValues
'Usage
Dim instance As PivotTableAxisValues
public enum PivotTableAxisValues

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Spreadsheet-Namespace