Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Sort Property


In This Topic
Sort Property (ITable)
In This Topic
Gets the sort object.
Syntax
'Declaration
 
ReadOnly Property Sort As ISort
 
'Usage
 
Dim instance As ITable
Dim value As ISort
 
value = instance.Sort

Property Value

A ISort object belong to the table.
See Also