FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortArgs Class / Index Property


In This Topic
Index Property (SortArgs)
In This Topic
Gets the index of the column or row on which to sort.
Syntax
'Declaration
 
Public ReadOnly Property Index As Integer
 
'Usage
 
Dim instance As SortArgs
Dim value As Integer
 
value = instance.Index
See Also