Spread Windows Forms 12.0 Product Documentation
SortOn Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : SortOn Enumeration
Represents which data will be sorted.
Syntax
'Declaration
 
Public Enum SortOn 
   Inherits System.Enum
'Usage
 
Dim instance As SortOn
public enum SortOn : System.Enum 
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

Reference

GrapeCity.Spreadsheet Namespace