SpreadJS Documentation
getArg Method
The index of the parameter (or argument).
Returns the specified parameter being passed to the function.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.FunctionExpression(fn, args);
var value; // Type: object
value = instance.getArg(index);
function getArg( 
   index : number
) : object;

Parameters

index
The index of the parameter (or argument).

Return Value

The specified parameter.
See Also

Reference

FunctionExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.