Gets the collection of columns of the current RenderTable. Getting a column with an arbitrary index on this collection always returns a TableCol object, initializing it if necessary.

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

Syntax

C#
public TableColCollection Cols { get; }
Visual Basic
Public ReadOnly Property Cols As TableColCollection
	Get

See Also