MdxSetOrderValues Enumeration

MDX Set Order

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

Syntax

'Declaration
Public Enumeration MdxSetOrderValues
'Usage
Dim instance As MdxSetOrderValues
public enum MdxSetOrderValues

Members

Member name Description
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".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace