C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableColCollection Class / Item Property
The column index in the containing table.

In This Topic
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
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As TableCol
 

Parameters

index
The column index in the containing table.

Property Value

The TableCol at the specified index in the table.
See Also