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


In This Topic
    Row Property (Cell)
    In This Topic
    Gets the row that contains this cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Row
    'Usage
     
    
    Dim instance As Cell
    Dim value As Row
     
    value = instance.Row
    public Row Row {get;}
    See Also