[]
Gets the TableCell at the intersection of the specified row and column. This property always returns a non-null TableCell object.
public TableCell this[int row, int col] { get; }
| Type | Name | Description |
|---|---|---|
| int | row | The 0-based row index. |
| int | col | The 0-based column index. |
| Type | Description |
|---|---|
| TableCell | The cell at the intersection of the specified row and column. |