Class
Lookup

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

Constructors

Lookup()

Initializes a new LOOKUP function instance.

Declaration

cs-api-definition
public Lookup()

Fields

FunctionName

The name of the function.

Declaration

cs-api-definition
public static readonly string FunctionName

Field Value

string

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

FunctionInfo

The function info as FunctionInfo.

Overrides FunctionBase.FunctionInfo

Name

Gets the name of the function as "LOOKUP".

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

The name as String.

Overrides FunctionBase.Name