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
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class VLookup : LookupFunctionBase
Inheritance: objectFunctionBaseFunctionWithArgumentsLookupFunctionBaseVLookup
Inherited Members
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; }
The function info as FunctionInfo.
Overrides: