[]
Gets the table cell at a specified row and column indices.
public Cell this[int rowIndex, int cellIndex] { get; }
Public ReadOnly Default Property Item(rowIndex As Integer, cellIndex As Integer) As Cell
| Type | Name | Description |
|---|---|---|
| int | rowIndex | The row index in the table. |
| int | cellIndex | The cell (column) index in the table row. |
| Type | Description |
|---|---|
| Cell | The table Cell. |