Interface Function4Arg
- 
- All Superinterfaces:
 Function
- All Known Implementing Classes:
 FinanceFunction,Fixed4ArgFunction,Hlookup,Index,Replace,Substitute,Vlookup
public interface Function4Arg extends Function
Implemented by all functions that can be called with four arguments 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueEvalevaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1, ValueEval arg2, ValueEval arg3) 
 -