SpreadJS Documentation
defineGlobalCustomFunction Method
The name of the function.
The function to evaluate.
The options.
Defines a global custom function.
Syntax
var value; // Type: Function
value = GcSpread.Sheets.Calc.Functions.defineGlobalCustomFunction(name, fnEvaluate, options);
function defineGlobalCustomFunction( 
   name : string,
   fnEvaluate : object,
   options : Object
) : Function;

Parameters

name
The name of the function.
fnEvaluate
The function to evaluate.
options
The options.

Return Value

The created custom function.
See Also

Reference

Functions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.