Uses of Class
org.apache.poi.ss.formula.functions.LookupUtils.SearchMode
-
Packages that use LookupUtils.SearchMode Package Description org.apache.poi.ss.formula.functions -
-
Uses of LookupUtils.SearchMode in org.apache.poi.ss.formula.functions
Methods in org.apache.poi.ss.formula.functions that return LookupUtils.SearchMode Modifier and Type Method Description static LookupUtils.SearchMode
LookupUtils. searchMode(int s)
static LookupUtils.SearchMode
LookupUtils.SearchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LookupUtils.SearchMode[]
LookupUtils.SearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.formula.functions with parameters of type LookupUtils.SearchMode Modifier and Type Method Description static int
LookupUtils. xlookupIndexOfValue(ValueEval lookupValue, LookupUtils.ValueVector vector, LookupUtils.MatchMode matchMode, LookupUtils.SearchMode searchMode)
-