SpreadJS Documentation
clearCustomFunctionDescriptions Method
Clears all custom function descriptions.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: any
value = instance.clearCustomFunctionDescriptions();
function clearCustomFunctionDescriptions() : any;
Example
This example uses the clearCustomFunctionDescriptions method.
activeSheet.clearCustomFunctionDescriptions();
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.