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


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