Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SortOrder Enumeration
In This Topic
    SortOrder Enumeration
    In This Topic
    Specifies the sort order.
    Syntax
    public enum SortOrder : System.Enum 
    Members
    MemberDescription
    Ascending Specifies the acending or top sort value.
    Descending Specifies the descending or bottom sort value.
    Inheritance Hierarchy

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

    See Also