fires when cell format is changed
| row | number | row ID |
| column | number | column ID |
| format | string | new format of the cell |
| oldFormat | string | old format of the cell |
| page | string | the name of the sheet |
$$("ssheet1").attachEvent("onFormatChange",function(row,column,format,oldFormat,page){
// handler code here
});