SpreadJS Documentation
clearCustomFunctions Method
Clears all custom functions.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var value; // Type: any
value = instance.clearCustomFunctions();
function clearCustomFunctions() : any;
Example
This example uses the clearCustomFunctions method.
spread.clearCustomFunctions();
See Also

Reference

Spread type
Creating Custom Formulas

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.