Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / EnterCellEventArgs Class / Row Property


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