SpreadJS Documentation
clearCustomFunctions Method
Removes all user-defined custom functions (FunctionInfo object) on this sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(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

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.