fires before a new condition for cells has been set
| row |
| boolean | returning false will prevent the new condition setting |
$$("spsheet1").attachEvent("onBeforeConditionSet",function(row,col,oCond,nCond,page){
// handler code here
return true;
});
The event is not called for pasting copied data. Use onBeforePaste instead.