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