[]
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.
public TableCol this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The column index in the containing table. |
Type | Description |
---|---|
TableCol | The TableCol at the specified index in the table. |