delCell
delCell(
tableId: string,
rowId: string,
cellId: string,
context?: Context,
sync?: boolean,
): Promise<void>
Type | Description | |
---|---|---|
tableId | string | |
rowId | string | |
cellId | string | |
context? | Context | |
sync? | boolean | |
returns | Promise<void> |
delCell
delCell(
tableId: string,
rowId: string,
cellId: string,
context?: Context,
sync?: boolean,
): Promise<void>
Type | Description | |
---|---|---|
tableId | string | |
rowId | string | |
cellId | string | |
context? | Context | |
sync? | boolean | |
returns | Promise<void> |