Class Na
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed0ArgFunction
-
- org.apache.poi.ss.formula.functions.Na
-
- All Implemented Interfaces:
Function
,Function0Arg
public final class Na extends Fixed0ArgFunction
Implementation of Excel function NA()
-
-
Constructor Summary
Constructors Constructor Description Na()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueEval
evaluate(int srcCellRow, int srcCellCol)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed0ArgFunction
evaluate
-
-
-
-
Method Detail
-
evaluate
public ValueEval evaluate(int srcCellRow, int srcCellCol)
Description copied from interface:Function0Arg
-
-