Class Countblank
java.lang.Object
org.apache.poi.ss.formula.functions.Fixed1ArgFunction
org.apache.poi.ss.formula.functions.Countblank
- All Implemented Interfaces:
Function
,Function1Arg
Implementation for the function COUNTBLANK
Syntax: COUNTBLANK ( range )
range | is the range of cells to count blanks |
---|
- Author:
- Mads Mohr Christensen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
Constructor Details
-
Countblank
public Countblank()
-
-
Method Details
-
evaluate
Description copied from interface:Function1Arg
-