TTokenLambdaCallName.TTokenLambdaCallName Constructor
Creates a new TTokenLambdaCallName token.
Syntax
Namespace: FlexCel.Core
public TTokenLambdaCallName(Int32 aArgumentCount)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aArgumentCount | Int32 | The number of arguments for the function. The last argument is the Name to be called. For example the function "=MyName(4,3) will have 3 arguments: 4, 3, and the name MyName. |