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

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