FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoSortedColumnEventArgs Class / Column Property


In This Topic
Column Property (AutoSortedColumnEventArgs)
In This Topic
Gets the index of the column that was automatically sorted.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As AutoSortedColumnEventArgs
Dim value As Integer
 
value = instance.Column
See Also