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