onBeforeSpan

fires before cells are merged

boolean onBeforeSpan(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
booleanreturning false will prevent cells merging

Example

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

Details

Return false to block cell merging.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
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.