Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortBy Enumeration


In This Topic
    SortBy Enumeration
    In This Topic
    Specifies the type that is sorted.
    Syntax
    'Declaration
     
    
    Public Enum SortBy 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SortBy
    public enum SortBy : System.Enum 
    Members
    MemberDescription
    CellColorSort by cell back color.
    CellIconSort by conditional formating cell icon.
    FontColorSort by cell fore color.
    ValuesSort by values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.SortBy

    See Also