onAfterSpan

fires after cells are merged

void onAfterSpan(number row,number column,array size, [string page] );
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
pagestringthe name of the sheet

Example

$$("ssheet").attachEvent("onAfterSpan", function(row, column, size, page){
    // 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.