ClassLookup
Class
Implements the LOOKUP function, which searches for a value in a single-row or single-column range and returns a corresponding value from another range.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class Lookup : LookupFunctionBase
Inheritance: objectFunctionBaseFunctionWithArgumentsLookupFunctionBaseLookup
Inherited Members
Constructors
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets the metadata describing the LOOKUP function's category, description, and argument requirements.
Declaration
cs-api-definition
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides