* Cut one or more columns (columns to the right are shifted left) * and optionally insert more * * If column properties have been definde, they will be cut or moved accordingly * * Known Issue: If a splice causes any merged cells to move, the results may be unpredictable * * Also: If t
(start: number, count: number, ...insert: any[][])
| 1175 | * the rows will still be shifted as if the values existed |
| 1176 | */ |
| 1177 | spliceColumns(start: number, count: number, ...insert: any[][]): void; |
| 1178 | |
| 1179 | /** |
| 1180 | * Add column headers and define column keys and widths. |
no outgoing calls
no test coverage detected