Search
Workbook.setExtendedEvaluator Method
See Also
 






Sets a custom expression evaluator. Identifier and function calls that cannot be resolved by the core are delegated to this evaluator.

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

 Syntax

Java  Copy Code

public void setExtendedEvaluator (
    IExpressionEvaluator value
)

 Parameters

value

 See Also