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