[]
        
(Showing Draft Content)

C1.C1Preview.TableColCollection

TableColCollection Class

Represents a collection of columns (objects of the TableCol type) in a RenderTable.

Inheritance
TableColCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class TableColCollection : TableVectorCollection, IList, ICollection, IEnumerable

Properties

Name Description
Groups

Gets the collection of column groups defined on the containing RenderTable.

this[int]

Gets the TableCol object corresponding to the column at the specified index in the containing RenderTable. Note that a TableCol will be created if it has not been initialized for that column index yet. Use FindCol(int) to get a column without creating it.

Methods

Name Description
FindCol(int)

Returns the TableCol with the specified index (the Ordinal of the column), or null if that TableCol object has not been initialized.