Freigeben über


MdxSet.SortingOrder-Eigenschaft

Set Sort Order.Represents the attribte in schema: o

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

Syntax

'Declaration
<SchemaAttrAttribute(, "o")> _
Public Property SortingOrder As EnumValue(Of MdxSetOrderValues)
    Get
    Set
'Usage
Dim instance As MdxSet
Dim value As EnumValue(Of MdxSetOrderValues)

value = instance.SortingOrder

instance.SortingOrder = value
[SchemaAttrAttribute(, "o")]
public EnumValue<MdxSetOrderValues> SortingOrder { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<MdxSetOrderValues>
Returns EnumValue<T>.

Siehe auch

Referenz

MdxSet Klasse

MdxSet-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace