Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / Row Property


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