(tableId: Id, rowId: Id, cellId: Id, forceDel?: boolean)
| 596 | |
| 597 | /// Store.delCell |
| 598 | delCell(tableId: Id, rowId: Id, cellId: Id, forceDel?: boolean): this; |
| 599 | |
| 600 | /// Store.delValues |
| 601 | delValues(): this; |
nothing calls this directly
no outgoing calls
no test coverage detected