Click or drag to resize

SortValues Enumeration

Set Sort Order

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum SortValues
Members
Member nameValueDescription
None0 None.

When the item is serialized out as xml, its value is "none".

Ascending1 Ascending.

When the item is serialized out as xml, its value is "ascending".

Descending2 Descending.

When the item is serialized out as xml, its value is "descending".

AscendingAlpha3 Ascending Alpha.

When the item is serialized out as xml, its value is "ascendingAlpha".

DescendingAlpha4 Alphabetic Order Descending.

When the item is serialized out as xml, its value is "descendingAlpha".

AscendingNatural5 Ascending Natural.

When the item is serialized out as xml, its value is "ascendingNatural".

DescendingNatural6 Natural Order Descending.

When the item is serialized out as xml, its value is "descendingNatural".

See Also