GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISort Interface / Orientation Property


In This Topic
Orientation Property (ISort)
In This Topic
Gets or sets the orientation for the sort.
Syntax
'Declaration
 
Property Orientation As SortOrientation
 
'Usage
 
Dim instance As ISort
Dim value As SortOrientation
 
instance.Orientation = value
 
value = instance.Orientation
See Also