LookupFunctionBase
Class
Abstract base for table lookup functions such as VLOOKUP, HLOOKUP, and LOOKUP, providing shared logic for searching and matching values in ranges.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public abstract class LookupFunctionBase : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsLookupFunctionBase
Derived Classes:
Inherited Members
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)
The context.
Returns:Functions result as RadExpression.
Overrides: