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.ValueVectorLookupUtils. createColumnVector(TwoDEval tableArray, int relativeColumnIndex)static LookupUtils.ValueVectorLookupUtils. createRowVector(TwoDEval tableArray, int relativeRowIndex)static LookupUtils.ValueVectorLookupUtils. createVector(RefEval re)static LookupUtils.ValueVectorLookupUtils. createVector(TwoDEval ae)Methods in org.apache.poi.ss.formula.functions with parameters of type LookupUtils.ValueVector Modifier and Type Method Description static intLookupUtils. lookupFirstIndexOfValue(ValueEval lookupValue, LookupUtils.ValueVector vector, boolean isRangeLookup)static intLookupUtils. xlookupIndexOfValue(ValueEval lookupValue, LookupUtils.ValueVector vector, LookupUtils.MatchMode matchMode, LookupUtils.SearchMode searchMode)
-