New to Telerik Document ProcessingStart a free 30-day trial

HLookup

Class

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

Initializes a new HLOOKUP function instance.

C#
public HLookup()

Fields

The name of the function.

C#
public static readonly string FunctionName

Properties

Gets the metadata describing the HLOOKUP function's category, description, and argument requirements.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the name of the function as "HLOOKUP".

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name