Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / AutoSortIndex Property


In This Topic
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
See Also