Finds a function by name.
var value; // Type: Function
value = GC.Spread.CalcEngine.Functions.findGlobalFunction(name);
function findGlobalFunction(
: string
) : Function;
Parameters
- name
- The name of the function.
Return Value
The function with the specified name.