Class HLookup
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.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class HLookup : LookupFunctionBase
Constructors
HLookup()
Initializes a new HLOOKUP function instance.
Declaration
public HLookup()
Fields
FunctionName
The name of the function.
Declaration
public static readonly string FunctionName
Field Value
|
System.String
|
Properties
FunctionInfo
Gets the metadata describing the HLOOKUP function's category, description, and argument requirements.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
|
FunctionInfo
The function info as FunctionInfo. |
Overrides
Name
Gets the name of the function as "HLOOKUP".
Declaration
public override string Name { get; }
Property Value
|
System.String
The name as String. |