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


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