SortValues enumeration
Office 2013 and later
Set Sort Order
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| 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". |
Show: