Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SortOnType Enumeration
In This Topic
    SortOnType Enumeration
    In This Topic
    Specifies the parameter on which the data should be sorted.
    Syntax
    public enum SortOnType : System.Enum 
    Members
    MemberDescription
    CellColor Specifies cell color.
    CellIcon Specifies icons.
    FontColor Specifies font color.
    Values Specifies values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SortOnType

    See Also