splitCell

splits merged cells

void splitCell(number row,number column, [string page] );
rownumberthe number of the row that the span starts with
columnnumberthe number of the column that the span starts with
pagestringoptional, the name of the sheet

Example

$$("ssheet").splitCell(row, column, page);

Back to top
If you have not checked yet, be sure to visit site of our main product Webix web control library and page of spreadsheet javascript library product.