onBeforeSpan

fires before cells are merged

void onBeforeSpan(number row,number column,array size);
rownumberthe number of the row that the span starts with
columnnumberthe number of the column that the span starts with
sizearraythe number of cells in col and row spans

Example

$$("ssheet").attachEvent("onBeforeSpan", function(row, column, size){
    // some code here
    return true;
});

Details

Return false to block cell merging.

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