[]
Gets the TableCell at the specified row index. This property always returns a non-null TableCell object.
public TableCell this[int row] { get; }
Type | Name | Description |
---|---|---|
int | row | The index of the cell in the current column (i.e. the row index). |
Type | Description |
---|---|
TableCell | The cell at the specified index. |