ClassVLookup
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:
cs-api-definition
public class VLookup : LookupFunctionBase
Inheritance: objectFunctionBaseFunctionWithArgumentsLookupFunctionBaseVLookup
Inherited Members
Constructors
VLookup()
Initializes a new VLOOKUP function instance for vertical lookup operations in table data.
Declaration
cs-api-definition
public VLookup()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets the metadata describing this function's category, arguments, and behavior.
Declaration
cs-api-definition
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides