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


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

    Property Value

    The row of the button that is clicked in the GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control.
    See Also