TTokenLambdaParameterReference Class
A parameter reference in the expression of a =LET or =LAMBDA function, like the second x in the formula: "=LET(x,3,x+3)"
Syntax
Namespace: FlexCel.Core
public class TTokenLambdaParameterReference: TToken
Constructors
Name | Description |
---|---|
TTokenLambdaParameterReference | Creates a new parameter reference token. |
Properties
Name | Description |
---|---|
ParameterName | Name of the parameter. |