SpreadJS Documentation
FunctionExpression Constructor
The name of the function.
The list of parameters.
Represents an expression with a function applied to a list of parameters as the expression.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.FunctionExpression(fn, args);
function FunctionExpression( 
   fn : object,
   args : any
) : FunctionExpression;

Parameters

fn
The name of the function.
args
The list of parameters.
See Also

Reference

FunctionExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.