'Declaration
Public Enum SortOn Inherits System.Enum
'Usage
Dim instance As SortOn
public enum SortOn : System.Enum
'Declaration
Public Enum SortOn Inherits System.Enum
'Usage
Dim instance As SortOn
public enum SortOn : System.Enum
Member | Description |
---|---|
CellColor | Sort by cell color. |
FontColor | Sort by font color. |
Icon | Sort by icon. |
Value | Sort by cell value. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.SortOn