 | MdxSetSortingOrder Property |
Set Sort Order
Represents the following attribute in the schema: o
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<MdxSetOrderValues> SortingOrder { get; set; }Public Property SortingOrder As EnumValue(Of MdxSetOrderValues)
Get
Set
public:
property EnumValue<MdxSetOrderValues>^ SortingOrder {
EnumValue<MdxSetOrderValues>^ get ();
void set (EnumValue<MdxSetOrderValues>^ value);
}member SortingOrder : EnumValue<MdxSetOrderValues> with get, set
Property Value
EnumValueMdxSetOrderValues
See Also