Class
HLookup

Implements the HLOOKUP function, which searches for a value in the top row of a table and returns a value from a specified row in the same column.

Definition

Constructors

HLookup()

Initializes a new HLOOKUP function instance.

Declaration

cs-api-definition
public HLookup()

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 HLOOKUP 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 "HLOOKUP".

Declaration

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

Property Value

string

The name as String.

Overrides FunctionBase.Name