onFormatChange

fires when cell format is changed

void onFormatChange(number row,number column,string format,string oldFormat, [string page] );
rownumberrow ID
columnnumbercolumn ID
formatstringnew format of the cell
oldFormatstringold format of the cell
pagestringthe name of the sheet

Example

$$("ssheet1").attachEvent("onFormatChange",function(row,column,format,oldFormat,page){
    // handler code here
});

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.