PivotSelection.Axis Property

Definition

Axis

Represents the following attribute in the schema: axis

[DocumentFormat.OpenXml.SchemaAttr(0, "axis")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues> Axis { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues> Axis { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "axis")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues>? Axis { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("axis")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues>? Axis { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues>? Axis { get; set; }
member this.Axis : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "axis")>]
member this.Axis : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("axis")>]
member this.Axis : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues> with get, set
Public Property Axis As EnumValue(Of PivotTableAxisValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to