FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ValidateEditEventArgs Class / Row Property

In This Topic
    Row Property (ValidateEditEventArgs)
    In This Topic
    Gets the row index of the cell being edited.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    See Also