TableEditor.getCellAt method
TableEditor › getCellAt
Unofficial
Get the cell at the given row and column.Signature:
getCellAt(row: number, col: number): null | TableCellParameters:
| Parameter | Type | Description |
|---|---|---|
| row | number | Row index. |
| col | number | Column index. |
Returns: null | TableCell — The cell at the position, or null if out of bounds.