Class Countblank
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed1ArgFunction
-
- org.apache.poi.ss.formula.functions.Countblank
-
- All Implemented Interfaces:
Function
,Function1Arg
public final class Countblank extends Fixed1ArgFunction
Implementation for the function COUNTBLANKSyntax: COUNTBLANK ( range )
range is the range of cells to count blanks
-
-
Constructor Summary
Constructors Constructor Description Countblank()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
-
-
-
Method Detail
-
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
Description copied from interface:Function1Arg
-
-