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

In This Topic
    Owner Property (TableRow)
    In This Topic
    Gets the TableRowCollection containing the current row.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As TableRowCollection
    public new TableRowCollection Owner {get;}
    See Also