Gets all of the global functions or one global function that specified by name.
Syntax
var value; // Type: Function
value = GC.Spread.CalcEngine.Functions.findGlobalFunction(name);
function findGlobalFunction(
: string
) : Function;
Parameters
- name
- The name of the function.
Return Value
If the name is empty, return all of the global functions, otherwise, return one function with the specified name.
See Also