Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortOrientation Enumeration


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

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

See Also