* Cut one or more cells (cells to the right are shifted left) * * Note: this operation will not affect other rows
(start: number, count: number, ...insert: any[])
| 591 | * Note: this operation will not affect other rows |
| 592 | */ |
| 593 | splice(start: number, count: number, ...insert: any[]): void; |
| 594 | |
| 595 | /** |
| 596 | * Commit a completed row to stream |
no outgoing calls