Item Property (TableColCollection)
In This Topic
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 to get a column without creating it.
Syntax
Parameters
- index
- The column index in the containing table.
Property Value
The
TableCol at the specified index in the table.
See Also