Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / RowGroups Property

In This Topic
    RowGroups Property
    In This Topic
    Gets the collection of row groups defined on the current RenderTable.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowGroups As TableVectorGroupCollection
    public TableVectorGroupCollection RowGroups {get;}
    See Also