New to Telerik Document ProcessingStart a free 30-day trial

Abstract base for table lookup functions such as VLOOKUP, HLOOKUP, and LOOKUP, providing shared logic for searching and matching values in ranges.

Definition

Constructors

Initializes a new lookup function base instance.

C#
protected LookupFunctionBase()

Methods

Evaluates the lookup function by extracting the lookup and result vectors, applying the search criteria, and returning the matched value.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters:contextFunctionEvaluationContext<object>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithArguments.EvaluateOverride(FunctionEvaluationContext<object>)