[]
        
(Showing Draft Content)

C1.C1Preview.TableColCollection.Item

this Property

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.

Declaration
public TableCol this[int index] { get; }
Parameters
Type Name Description
int index

The column index in the containing table.

Property Value
Type Description
TableCol

The TableCol at the specified index in the table.