Spread.Sheets Documentation
findGlobalFunction Method
The name of the function.
Finds a function by name.
Syntax
var value; // Type: Function
value = GC.Spread.CalcEngine.Functions.findGlobalFunction(name);
function findGlobalFunction( 
   name : string
) : Function;

Parameters

name
The name of the function.

Return Value

The function with the specified name.
See Also

Reference

Functions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.