Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / Owner Property

In This Topic
    Owner Property (TableCell)
    In This Topic
    Gets the TableCellCollection containing the current cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As TableCellCollection
    public TableCellCollection Owner {get;}
    See Also