Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / LeaveCellEventArgs Class / Row Property


In This Topic
    Row Property (LeaveCellEventArgs)
    In This Topic
    Gets the row 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;}

    Property Value

    The row index of the cell being left.
    See Also