MdxSetOrderValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MDX Set Order
public enum MdxSetOrderValues
public readonly struct MdxSetOrderValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues>
type MdxSetOrderValues =
type MdxSetOrderValues = struct
interface IEnumValue
interface IEnumValueFactory<MdxSetOrderValues>
Public Enum MdxSetOrderValues
Public Structure MdxSetOrderValues
Implements IEnumValue, IEnumValueFactory(Of MdxSetOrderValues), IEquatable(Of MdxSetOrderValues)
- Inheritance
-
MdxSetOrderValues
- Inheritance
-
MdxSetOrderValues
Fields
Name | Value | Description |
---|---|---|
Unsorted | 0 | Unsorted. When the item is serialized out as xml, its value is "u". |
Ascending | 1 | Ascending. When the item is serialized out as xml, its value is "a". |
Descending | 2 | Descending. When the item is serialized out as xml, its value is "d". |
AlphaAscendingSortOrder | 3 | Alpha Ascending Sort Order. When the item is serialized out as xml, its value is "aa". |
AlphaDescendingSortOrder | 4 | Alpha Descending Sort Order. When the item is serialized out as xml, its value is "ad". |
NaturalAscending | 5 | Natural Ascending. When the item is serialized out as xml, its value is "na". |
NaturalDescending | 6 | Natural Descending. When the item is serialized out as xml, its value is "nd". |
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". |
|
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". |
|
Equality(MdxSetOrderValues, MdxSetOrderValues) | ||
Equals(MdxSetOrderValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<MdxSetOrderValues>.Create(String) | ||
Inequality(MdxSetOrderValues, MdxSetOrderValues) | ||
MdxSetOrderValues(String) | Creates a new MdxSetOrderValues enum instance |
|
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". |
|
ToString() | ||
Unsorted | Unsorted. When the item is serialized out as xml, its value is "u". |