Share via


FieldSortValues Enumeration

Field Sort Type

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

Syntax

'宣言
Public Enumeration FieldSortValues
'使用
Dim instance As FieldSortValues
public enum FieldSortValues

Members

Member name Description
Manual Manual Sort. When the item is serialized out as xml, its value is "manual".
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".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace