SpreadJS Documentation
removeGlobalFunction Method
GC.Spread.CalcEngine Namespace > Functions type : removeGlobalFunction Method
The name of the function.
If the name is empty, remove all of the global functions, otherwise, remove one function with the specified name.
Syntax
var value; // Type: any
value = GC.Spread.CalcEngine.Functions.removeGlobalFunction(name);
function removeGlobalFunction( 
   name : string
) : any;

Parameters

name
The name of the function.
See Also

Reference

Functions type