onAfterConditionSet

fires after a new condition for cells was set

void onAfterConditionSet(number row,number column,array oldCondition,array newCondition, [string page] );
row
numberthe ID of the row column
numberthe ID of the column oldCondition
arraythe old condition for cells newConditionarraythe new condition for cells pagestringthe name of the sheet

Example

$$("spsheet1").attachEvent("onAfterConditionSet",function(row,col,oCond,nCond,page){
    // handler code here
});

See also
  • API
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.