New to Telerik Document ProcessingStart a free 30-day trial

VLookup

Class

Searches the leftmost column of a table for a value and returns a match from a specified column in the same row, supporting both exact and approximate matching.

Definition

Constructors

Initializes a new VLOOKUP function instance for vertical lookup operations in table data.

C#
public VLookup()

Fields

The name of the function.

C#
public static readonly string FunctionName

Properties

Gets the metadata describing this function's category, arguments, and behavior.

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

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the function name "VLOOKUP".

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

The name as String.

Overrides: FunctionBase.Name