GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortOn Enumeration


SortOn Enumeration
Represents which data will be sorted.
Syntax
'Declaration
 
Public Enum SortOn 
   Inherits System.Enum
 
'Usage
 
Dim instance As SortOn
Members
MemberDescription
CellColorSort by cell color.
FontColorSort by font color.
IconSort by icon.
ValueSort by cell value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.SortOn

See Also