MindFusion.Wpf Pack Programmer's Guide
IExpressionEvaluatorContext.GetCoreEvaluator Method
See Also
 





Gets the core evaluator. The core evaluator can be used to invoke any of the predefined functions or identifiers.

Namespace: MindFusion.Spreadsheet.Wpf.Expressions
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

IExpressionEvaluator GetCoreEvaluator ()

Visual Basic  Copy Code

Function GetCoreEvaluator () As IExpressionEvaluator

 Return Value

An IExpressionEvaluator object identifying the core evaluator.

 See Also

IExpressionEvaluatorContext Members
IExpressionEvaluatorContext Interface
MindFusion.Spreadsheet.Wpf.Expressions Namespace