The abstract base class representing a collection of TableVector objects. This is the base class for collections of table rows and columns, accessible as Rows and Cols on a RenderTable.

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

Syntax

C#
public abstract class TableVectorCollection : FastList
Visual Basic
Public MustInherit Class TableVectorCollection _
	Inherits FastList

Inheritance Hierarchy

See Also