Share via


SortMethodValues Enumeration

Sort Method

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

Syntax

'宣言
Public Enumeration SortMethodValues
'使用
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