AutoSortIndex Property (Column)
Gets or sets the automatic sort index for the column.
public int AutoSortIndex {get; set;}
'Declaration
Public Property AutoSortIndex As Integer
'Usage
Dim instance As Column
Dim value As Integer
instance.AutoSortIndex = value
value = instance.AutoSortIndex