Class LookupFunctionBase
Abstract class providing a base for the VLOOKUP and HLOOKUP functions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class LookupFunctionBase : FunctionWithArguments
Constructors
LookupFunctionBase()
Declaration
protected LookupFunctionBase()
Methods
EvaluateOverride(FunctionEvaluationContext<Object>)
Virtual method evaluating the function with System.Object arguments array.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters
FunctionEvaluationContext<System.Object>
context
The context. |
Returns
RadExpression
Functions result as RadExpression. |