TableEditor.insertRow method
TableEditor › insertRow
Unofficial
Insert a row into the table.Signature:
insertRow(index: number, focusCol: number, copyFromRow?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | Row index at which to insert. |
| focusCol | number | Column to focus after insertion. |
| copyFromRow? | boolean | undefined | Whether to copy the contents of the row currently at index. |
Returns: void