fires after cells are merged
row | number | the number of the row that the span starts with |
column | number | the number of the column that the span starts with |
size | array | the number of cells in col and row spans |
page | string | the name of the sheet |
$$("ssheet").attachEvent("onAfterSpan", function(row, column, size, page){
// some code here
});