removeCell()
removes a specified cell
removeCell(id: string): void;
Parameters:
id: string
- the id of a cell
Example
layout.removeCell("1");
Related sample: Layout. Remove cell
removes a specified cell
id: string
- the id of a cellExample
layout.removeCell("1");
Related sample: Layout. Remove cell