Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortOn Enumeration


In This Topic
    SortOn Enumeration
    In This Topic
    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