onAfterRangeSet

fires after a range of cells is set

void onAfterRangeSet(string name,string text);
namestringthe name of the cell range
textstringthe range of cells

Example

$$("sprsheet1").attachEvent("onAfterRangeSet", function(name,text){
    // handler code
});

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.