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

Reference

Workbook type
Creating Custom Formulas

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.