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


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