Class LookupFunction
- Assembly
- Magicodes.EPPlus.dll
public abstract class LookupFunction : ExcelFunction
- Inheritance
-
LookupFunction
- Derived
- Inherited Members
- Extension Methods
Constructors
LookupFunction()
public LookupFunction()
LookupFunction(ValueMatcher, CompileResultFactory)
public LookupFunction(ValueMatcher valueMatcher, CompileResultFactory compileResultFactory)
Parameters
valueMatcher
ValueMatchercompileResultFactory
CompileResultFactory
Properties
IsLookupFuction
public override bool IsLookupFuction { get; }
Property Value
Methods
GetLookupDirection(RangeAddress)
protected LookupDirection GetLookupDirection(RangeAddress rangeAddress)
Parameters
rangeAddress
RangeAddress
Returns
IsMatch(object, object)
protected int IsMatch(object o1, object o2)
Parameters
Returns
Lookup(LookupNavigator, LookupArguments)
protected CompileResult Lookup(LookupNavigator navigator, LookupArguments lookupArgs)
Parameters
navigator
LookupNavigatorlookupArgs
LookupArguments