ComponentOne FlexGrid for WinForms
Row Property (RowColEventArgs)

C1.Win.C1FlexGrid Namespace > RowColEventArgs Class : Row Property
Gets the index of the row that caused the event.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
public int Row {get;}
Remarks
This value may be set to -1 if the event was caused by a column.
See Also

Reference

RowColEventArgs Class
RowColEventArgs Members