Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangingEventArgs Class / CurrentColumn Property


In This Topic
CurrentColumn Property
In This Topic
Gets the column index of the cell that contains the mouse pointer.
Syntax
'Declaration
 
Public ReadOnly Property CurrentColumn As Integer
 
'Usage
 
Dim instance As SelectionChangingEventArgs
Dim value As Integer
 
value = instance.CurrentColumn
See Also