ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GridErrorEventArgs Class / Row Property

In This Topic
    Row Property (GridErrorEventArgs)
    In This Topic
    Gets the row index of the cell where the error was detected.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    See Also