fires after the user performed an operation on columns
| name | string | the operation name |
| start | number | the start index |
| end | number | the end index |
| page | string | the name of the sheet |
$$("ssheet").attachEvent("onColumnOperation", function(name, start, end, page){
// some code here
});
Available operations: