Uses of Class
org.apache.poi.ss.formula.functions.LookupUtils.MatchMode
-
Packages that use LookupUtils.MatchMode Package Description org.apache.poi.ss.formula.functions -
-
Uses of LookupUtils.MatchMode in org.apache.poi.ss.formula.functions
Methods in org.apache.poi.ss.formula.functions that return LookupUtils.MatchMode Modifier and Type Method Description static LookupUtils.MatchMode
LookupUtils. matchMode(int m)
static LookupUtils.MatchMode
LookupUtils.MatchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LookupUtils.MatchMode[]
LookupUtils.MatchMode. 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.MatchMode Modifier and Type Method Description static int
LookupUtils. xlookupIndexOfValue(ValueEval lookupValue, LookupUtils.ValueVector vector, LookupUtils.MatchMode matchMode, LookupUtils.SearchMode searchMode)
-