removeSpan()
removes a columns/rows span
removeSpan(rowId: string | number, colId: string | number): void;
Parameters:
rowId: string | number
- the id of a rowcolId: string | number
- the id of a column
Example
grid.removeSpan("10", "a");
removes a columns/rows span
rowId: string | number
- the id of a rowcolId: string | number
- the id of a columnExample
grid.removeSpan("10", "a");