org.apache.poi.ss.formula.functions
Interface Function3Arg
- All Superinterfaces:
- Function
- All Known Implementing Classes:
- Complex, DateFunc, Days360, DStarRunner, FinanceFunction, Fixed, Fixed3ArgFunction, Hlookup, IfFunc, Index, Lookup, Match, Rank, Substitute, Sumif, TimeFunc, Vlookup
public interface Function3Arg
- extends Function
Implemented by all functions that can be called with three arguments
Methods inherited from interface org.apache.poi.ss.formula.functions.Function |
evaluate |
evaluate
ValueEval evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0,
ValueEval arg1,
ValueEval arg2)
- see
Function.evaluate(ValueEval[], int, int)