MdxSet.SortingOrder Property

Definition

Set Sort Order

Represents the following attribute in the schema: o

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to