SortMethodValues Enumeration

Sort Method

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

Syntax

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

Members

Member name Description
Stroke Sort by Stroke. When the item is serialized out as xml, its value is "stroke".
PinYin PinYin Sort. When the item is serialized out as xml, its value is "pinYin".
None None. When the item is serialized out as xml, its value is "none".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace