Search
IExpressionEvaluator.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

Object evaluateIdentifier (
    IExpressionEvaluatorContext context,
    String identifier
)

 Parameters

context

A helper object that can be used to obtain error values, invoke predefined functions, and so on.

identifier

The name of the identifier.

 Return Value

A Boolean, Double, String, DateTime, or Duration value, or an error received by calling the IExpressionEvaluatorContext.getError method. Any other value will be interpreted as the identifier not being evaluated.

 See Also