SpreadsheetGear 2017
SortOrientation Enumeration






SpreadsheetGear Namespace : SortOrientation Enumeration
Specifies whether to sort rows or columns.
Syntax
'Declaration
 
Public Enum SortOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As SortOrientation
public enum SortOrientation : System.Enum 
public enum SortOrientation = class(System.Enum)
public enum SortOrientation extends System.Enum
__value public enum SortOrientation : public System.Enum 
public enum class SortOrientation : public System.Enum 
Members
MemberDescription
ColumnsSpecifies that columns will be sorted (left to right).
RowsSpecifies that rows will be sorted (top to bottom).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.SortOrientation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace
Sort Method