Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / Key Property


In This Topic
Key Property (SortField)
In This Topic
Gets the index that is currently being sorted on.
Syntax
'Declaration
 
Public ReadOnly Property Key As Integer
 
'Usage
 
Dim instance As SortField
Dim value As Integer
 
value = instance.Key
See Also