Index Property (SortInfo)
Gets or sets the index of the column or row on which to sort.
public int Index {get; set;}
'Declaration
Public Property Index As Integer
'Usage
Dim instance As SortInfo
Dim value As Integer
instance.Index = value
value = instance.Index