Evaluates the identifier with the specified name.
Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions
Java Copy Code |
---|
Object evaluateIdentifier ( |
A helper object that can be used to obtain error values, invoke predefined functions, and so on.
The name of the identifier.
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.