Spread Windows Forms 12.0 Product Documentation
Sort Property (ITable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : Sort Property
Gets the sort object.
Syntax
'Declaration
 
ReadOnly Property Sort As ISort
'Usage
 
Dim instance As ITable
Dim value As ISort
 
value = instance.Sort
ISort Sort {get;}

Property Value

A ISort object belong to the table.
See Also

Reference

ITable Interface
ITable Members