Search
ExpressionEvaluatorList.evaluateIdentifier Method
See Also
 






Evaluates the identifier with the specified name.

Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions

 Syntax

Java  Copy Code

public Object evaluateIdentifier (
    IExpressionEvaluatorContext context,
    String identifier
)

 Parameters

context

The evaluation context.

identifier

The name of the identifier.

 Return Value

The result of the evaluation.

 See Also