Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRowCollection Class / Groups Property

In This Topic
    Groups Property (TableRowCollection)
    In This Topic
    Gets the collection of row groups defined on the containing RenderTable.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Groups As TableVectorGroupCollection
    public override TableVectorGroupCollection Groups {get;}
    See Also