MdxSetOrderValues enumeration

Office 2013 and later

MDX Set Order

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

No code example is currently available or this language may not be supported.

Member nameDescription
Unsorted Unsorted. When the item is serialized out as xml, its value is "u".
Ascending Ascending. When the item is serialized out as xml, its value is "a".
Descending Descending. When the item is serialized out as xml, its value is "d".
AlphaAscendingSortOrder Alpha Ascending Sort Order. When the item is serialized out as xml, its value is "aa".
AlphaDescendingSortOrder Alpha Descending Sort Order. When the item is serialized out as xml, its value is "ad".
NaturalAscending Natural Ascending. When the item is serialized out as xml, its value is "na".
NaturalDescending Natural Descending. When the item is serialized out as xml, its value is "nd".
Show: