C1.Win.FlexGrid Namespace / ToolTipEventArgs Class / Row Property

In This Topic
Row Property (ToolTipEventArgs)
In This Topic
Gets the index of the row that caused the event.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
Remarks
This value may be set to -1 if the event was caused by a column.
See Also