Index Property (SortInfo)
In This Topic
Gets or sets the index of the column or row on which to sort.
Syntax
'Declaration
Public Property Index As Integer
'Usage
Dim instance As SortInfo
Dim value As Integer
instance.Index = value
value = instance.Index
public int Index {get; set;}
Property Value
Integer index of the row or column
Example
This example sorts the columns using the sort array.
See Also