fires before data pasting
| start |
| boolean | returning false will prevent pasting of copied data |
$$("ssheet1").attachEvent("onBeforePaste",function(start,end,data,fromSheet,context){
// handler code here
return true;
});
Each cell in the data array parameter includes:
null