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

In This Topic
Item Property (TableRowCollection)
In This Topic
Gets the TableRow object corresponding to the row at the specified index in the containing RenderTable. Note that a TableRow will be created if it has not been initialized for that row index yet. Use FindRow to get a row without creating it.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As TableRow
 

Parameters

index
The row index in the containing table.

Property Value

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