Class LookupArguments
public class LookupArguments
- Inheritance
-
LookupArguments
- Inherited Members
-
- Extension Methods
-
Constructors
LookupArguments(IEnumerable<FunctionArgument>, ArgumentParsers, ParsingContext)
public LookupArguments(IEnumerable<FunctionArgument> arguments, ArgumentParsers argumentParsers, ParsingContext context)
Parameters
arguments
IEnumerable<FunctionArgument>
argumentParsers
ArgumentParsers
context
ParsingContext
LookupArguments(IEnumerable<FunctionArgument>, ParsingContext)
public LookupArguments(IEnumerable<FunctionArgument> arguments, ParsingContext context)
Parameters
arguments
IEnumerable<FunctionArgument>
context
ParsingContext
public LookupArguments(object searchedValue, string rangeAddress, int lookupIndex, int lookupOffset, bool rangeLookup, ExcelDataProvider.IRangeInfo rangeInfo)
Parameters
searchedValue
object
rangeAddress
string
lookupIndex
int
lookupOffset
int
rangeLookup
bool
rangeInfo
ExcelDataProvider.IRangeInfo
Properties
public LookupArguments.LookupArgumentDataType ArgumentDataType { get; }
Property Value
- LookupArguments.LookupArgumentDataType
public IEnumerable<FunctionArgument> DataArray { get; }
Property Value
- IEnumerable<FunctionArgument>
public int LookupIndex { get; }
Property Value
- int
public int LookupOffset { get; }
Property Value
- int
public string RangeAddress { get; }
Property Value
- string
public ExcelDataProvider.IRangeInfo RangeInfo { get; }
Property Value
- ExcelDataProvider.IRangeInfo
public bool RangeLookup { get; }
Property Value
- bool
public object SearchedValue { get; }
Property Value
- object