SortByValues Enumeration
Sort By
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration SortByValues
'Usage
Dim instance As SortByValues
public enum SortByValues
Members
Member name | Description | |
---|---|---|
Value | Value. When the item is serialized out as xml, its value is "value". | |
CellColor | Sort by Cell Color. When the item is serialized out as xml, its value is "cellColor". | |
FontColor | Sort by Font Color. When the item is serialized out as xml, its value is "fontColor". | |
Icon | Sort by Icon. When the item is serialized out as xml, its value is "icon". |