splits merged 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 |
page | string | optional, the name of the sheet |
$$("ssheet").splitCell(row, column, page);
Back to top