Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SortOrientation Enumeration
In This Topic
    SortOrientation Enumeration
    In This Topic
    Specifies the sort orientation.
    Syntax
    public enum SortOrientation : System.Enum 
    Members
    MemberDescription
    Columns Specifies to sort by columns.
    Rows Specifies to sort by rows.
    Inheritance Hierarchy

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

    See Also