Uses of Interface
org.apache.poi.ss.formula.functions.LookupUtils.ValueVector
-
Packages that use LookupUtils.ValueVector Package Description org.apache.poi.ss.formula.functions -
-
Uses of LookupUtils.ValueVector in org.apache.poi.ss.formula.functions
Methods in org.apache.poi.ss.formula.functions that return LookupUtils.ValueVector Modifier and Type Method Description static LookupUtils.ValueVector
LookupUtils. createColumnVector(TwoDEval tableArray, int relativeColumnIndex)
static LookupUtils.ValueVector
LookupUtils. createRowVector(TwoDEval tableArray, int relativeRowIndex)
static LookupUtils.ValueVector
LookupUtils. createVector(RefEval re)
static LookupUtils.ValueVector
LookupUtils. createVector(TwoDEval ae)
Methods in org.apache.poi.ss.formula.functions with parameters of type LookupUtils.ValueVector Modifier and Type Method Description static int
LookupUtils. lookupFirstIndexOfValue(ValueEval lookupValue, LookupUtils.ValueVector vector, boolean isRangeLookup)
static int
LookupUtils. xlookupIndexOfValue(ValueEval lookupValue, LookupUtils.ValueVector vector, LookupUtils.MatchMode matchMode, LookupUtils.SearchMode searchMode)
-