TableEditor.getCellBelow method
TableEditor › getCellBelow
Unofficial
Get the cell below the given cell.Signature:
getCellBelow(cell: TableCell): null | TableCellParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The reference cell. |
Returns: null | TableCell — The cell below, or null if at the bottom.