Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / LeaveCellEventArgs Class / NewRow Property


In This Topic
    NewRow Property
    In This Topic
    Gets the row index of the cell being entered.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewRow As Integer
    'Usage
     
    Dim instance As LeaveCellEventArgs
    Dim value As Integer
     
    value = instance.NewRow
    public int NewRow {get;}
    See Also