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

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