GcSpread.Sheets.Calc.Expressions Namespace : FunctionExpression type |
var instance = new GcSpread.Sheets.Calc.Expressions.FunctionExpression(fn, args);
function FunctionExpression;
Object
GcSpread.Sheets.Calc.Expressions.Expression
GcSpread.Sheets.Calc.Expressions.FunctionExpression
Name | Description | |
---|---|---|
FunctionExpression Constructor | Represents an expression with a function applied to a list of parameters as the expression. |
Name | Description | |
---|---|---|
argCount | Gets the number of parameters being passed to the function. | |
getArg | Returns the specified parameter being passed to the function. | |
getFunctionName | Gets the name of the function. |