cellAt
Returns the table cell node at a specific cell coordinate.
Supported on:
Signature
cellAt(rowIndex: number, columnIndex: number): TableCellNode
Parameters
rowIndex
The index of the row. Must satisfy 0 <= rowIndex < numRows
.
columnIndex
The index of the column. Must satisfy 0 <= columnInde < numColumns
.