FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellEditEventArgs Class / Row Property

In This Topic
    Row Property (CellEditEventArgs)
    In This Topic
    Index of the row affected by the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    See Also