Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortOrientation Enumeration


In This Topic
    SortOrientation Enumeration
    In This Topic
    Represents the sort orientation.
    Syntax
    'Declaration
     
    
    Public Enum SortOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SortOrientation
    public enum SortOrientation : System.Enum 
    Members
    MemberDescription
    ColumnsSorts by column.
    RowsSorts by row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SortOrientation

    See Also