[]
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(int) to get a row without creating it.
public TableRow this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The row index in the containing table. |
Type | Description |
---|---|
TableRow | The TableRow at the specified index in the table. |