SpreadJS Documentation
FunctionExpression Method
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 value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.FunctionExpression(fn, args);
function FunctionExpression( 
   fn : object,
   args : any
) : any;

Parameters

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

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.