The abstract base class for rows and columns of a RenderTable.

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

Syntax

C#
public abstract class TableVector : IDocumentLocation, 
	IComparable, IStyleOwner
Visual Basic
Public MustInherit Class TableVector _
	Implements IDocumentLocation, IComparable, IStyleOwner

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..TableVector
    C1.C1Preview..::..TableCol
    C1.C1Preview..::..TableRow

See Also