PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderTable Class / RowGroups Property

In This Topic
    RowGroups Property (RenderTable)
    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