[]
Returns the TableCol with the specified index (the Ordinal of the column), or null if that TableCol object has not been initialized.
public TableCol FindCol(int index)
Type | Name | Description |
---|---|---|
int | index | The 0-based index of the column in the containing table. |
Type | Description |
---|---|
TableCol | The TableCol object or null. |
Physically, columns in a RenderTable are created when they are accessed using the indexer property on the Cols collection. This method may be used to test whether a physical TableCol object exists for a particular column index.