SpreadJS Documentation
getCustomFunction Method
The name of the function.
Gets the custom function by function name.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: Function
value = instance.getCustomFunction(name);
function getCustomFunction( 
   name : name
) : Function;

Parameters

name
The name of the function.

Return Value

The function.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.