C# Class ExcelFormulaParser.Engine.Excel.Functions.RefAndLookup.LookupFunction

Inheritance: ExcelFunction
显示文件 Open project: swmal/ExcelFormulaParser

Public Methods

Method Description
LookupFunction ( ) : System
LookupFunction ( ValueMatcher valueMatcher ) : System

Protected Methods

Method Description
GetLookupDirection ( RangeAddress rangeAddress ) : LookupDirection
IsMatch ( object o1, object o2 ) : int
Lookup ( LookupNavigator navigator, LookupArguments lookupArgs ) : CompileResult

Method Details

GetLookupDirection() protected method

protected GetLookupDirection ( RangeAddress rangeAddress ) : LookupDirection
rangeAddress ExcelFormulaParser.Engine.ExcelUtilities.RangeAddress
return LookupDirection

IsMatch() protected method

protected IsMatch ( object o1, object o2 ) : int
o1 object
o2 object
return int

Lookup() protected method

protected Lookup ( LookupNavigator navigator, LookupArguments lookupArgs ) : CompileResult
navigator LookupNavigator
lookupArgs LookupArguments
return ExcelFormulaParser.Engine.ExpressionGraph.CompileResult

LookupFunction() public method

public LookupFunction ( ) : System
return System

LookupFunction() public method

public LookupFunction ( ValueMatcher valueMatcher ) : System
valueMatcher ExcelFormulaParser.Engine.ExcelUtilities.ValueMatcher
return System