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