splits the cells' span that was made by merging several cells
row | number | the number of the row that the span starts with |
column | number | the number of the column that the span starts with |
$$("ssheet").splitCell(row, column);
Back to top