MindFusion.Wpf Pack Programmer's Guide
ExpressionEvaluatorList.EvaluateIdentifier Method
See Also
 





Evaluates the identifier with the specified name.

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

 Syntax

C#  Copy Code

public Object EvaluateIdentifier (
    IExpressionEvaluatorContext context,
    string identifier
)

Visual Basic  Copy Code

Public Function EvaluateIdentifier( _
    context As IExpressionEvaluatorContext, _
    identifier As String _
) As Object

 Parameters

context

The evaluation context.

identifier

The name of the identifier.

 Return Value

The result of the evaluation.

 See Also

ExpressionEvaluatorList Members
ExpressionEvaluatorList Class
MindFusion.Spreadsheet.Wpf.Expressions Namespace