[]
Returns the TableRow with the specified index (the Ordinal of the row), or null if that TableRow object has not been initialized.
public TableRow FindRow(int index)
Public Function FindRow(index As Integer) As TableRow
| Type | Name | Description |
|---|---|---|
| int | index | The 0-based index of the row in the containing table. |
| Type | Description |
|---|---|
| TableRow | The TableRow object or null. |
Physically, rows in a RenderTable are created when they are accessed using the indexer property on the Rows collection. This method may be used to test whether a physical TableRow object exists for a particular row index.