ClassHLookup
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:
cs-api-definition
public class HLookup : LookupFunctionBase
Inheritance: objectFunctionBaseFunctionWithArgumentsLookupFunctionBaseHLookup
Inherited Members
Constructors
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets the metadata describing the HLOOKUP function's category, description, and argument requirements.
Declaration
cs-api-definition
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides