onAfterSpan

fires after cells are merged

void onAfterSpan(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("onAfterSpan", function(row, column, size){
    // some code here
});

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.