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
Parameters
- index
- The row index in the containing table.
Property Value
The
TableRow at the specified index in the table.
See Also