SpreadJS Documentation
clearCustomFunctions Method
GC.Spread.Sheets Namespace > Worksheet type : clearCustomFunctions Method
Clears all custom functions.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(name);
var value; // Type: any
value = instance.clearCustomFunctions();
function clearCustomFunctions() : any;
Example
This example clears the custom functions from the active sheet.
activeSheet.clearCustomFunctions();
See Also

Reference

Worksheet type