MindFusion.Wpf Pack Programmer's Guide
Workbook.ExtendedEvaluator Property
See Also
 





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

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

 Syntax

C#  Copy Code

public IExpressionEvaluator ExtendedEvaluator { get; set; }

Visual Basic  Copy Code

Public Property ExtendedEvaluator As IExpressionEvaluator

 Property Value

An IExpressionEvaluator instance.

 Remarks

You can assign to this property an instance of a custom class implementing the IExpressionEvaluator interface or an ExpressionEvaluatorList object that can contain more than one custom evaluator.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace