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

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