Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / Sort Property


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

Property Value

A Sort object belong to the table.
See Also