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


In This Topic
Column Property (HyperLinkClickedEventArgs)
In This Topic
Gets the column index of the cell with the editor that raised the event.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As HyperLinkClickedEventArgs
Dim value As Integer
 
value = instance.Column
See Also