Represents a collection of row or column groups in a RenderTable. This is the type of RowGroups and ColGroups collections.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class TableVectorGroupCollection : FastList
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class TableVectorGroupCollection _
	Inherits FastList

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.Util..::..FastList
    C1.C1Preview..::..TableVectorGroupCollection

See Also