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


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

    Property Value

    The row index of the clicked cell.
    See Also