TableEditor.selectCells method
TableEditor › selectCells
Unofficial
Select the rectangular range of cells between an anchor and a head.Signature:
selectCells(anchor: TableCell, head: TableCell, force?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| anchor | TableCell | The anchor cell of the selection. |
| head | TableCell | The head cell of the selection. |
| force? | boolean | undefined | Whether to update the selection even if it did not change. |
Returns: void