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