SpreadJS Documentation
FunctionExpression type
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;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.Expressions.Expression
      GcSpread.Sheets.Calc.Expressions.FunctionExpression

Constructors
 NameDescription
public ConstructorFunctionExpression ConstructorRepresents an expression with a function applied to a list of parameters as the expression.  
Top
Methods
 NameDescription
public MethodargCountGets the number of parameters being passed to the function.  
public MethodgetArgReturns the specified parameter being passed to the function.  
public MethodgetFunctionNameGets the name of the function.  
Top
See Also

Reference

GcSpread.Sheets.Calc.Expressions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.