fires before merged cells are split
| row |
| boolean | returning false will prevent splitting of merged cells |
$$("ssheet").attachEvent("onBeforeSplit", function(row, column, value, page){
// some code here
return true;
});
return false to block cells' splitting