Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SortOrder Enumeration
In This Topic
    SortOrder Enumeration
    In This Topic
    Specifies the sort order.
    Members
    MemberDescription
    AscendingSpecifies the acending or top sort value.
    DescendingSpecifies the descending or bottom sort value.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.SortOrder

    See Also