Item Property (TableColCollection)
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.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As TableCol
Parameters
- index
- The column index in the containing table.
Property Value
The
TableCol at the specified index in the table.