SortValues Enumeration
Set Sort Order
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration SortValues
'Usage
Dim instance As SortValues
public enum SortValues
Members
Member name | Description | |
---|---|---|
None | None. When the item is serialized out as xml, its value is "none". | |
Ascending | Ascending. When the item is serialized out as xml, its value is "ascending". | |
Descending | Descending. When the item is serialized out as xml, its value is "descending". | |
AscendingAlpha | Ascending Alpha. When the item is serialized out as xml, its value is "ascendingAlpha". | |
DescendingAlpha | Alphabetic Order Descending. When the item is serialized out as xml, its value is "descendingAlpha". | |
AscendingNatural | Ascending Natural. When the item is serialized out as xml, its value is "ascendingNatural". | |
DescendingNatural | Natural Order Descending. When the item is serialized out as xml, its value is "descendingNatural". |