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


In This Topic
Column Property (CellClickEventArgs)
In This Topic
Gets the column index of the cell that is clicked.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As CellClickEventArgs
Dim value As Integer
 
value = instance.Column
See Also