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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1, ValueEval arg2)
-