Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread 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 Property NewRow As Integer
    'Usage
     
    
    Dim instance As LeaveCellEventArgs
    Dim value As Integer
     
    instance.NewRow = value
     
    value = instance.NewRow
    public int NewRow {get; set;}
    See Also