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

In This Topic
    Groups Property (TableVectorCollection)
    In This Topic
    Gets the TableVectorGroupCollection object representing the groups of vectors (rows or columns) defined on the current collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Groups As TableVectorGroupCollection
    public abstract TableVectorGroupCollection Groups {get;}
    See Also