XlFunc.CountBlank(XlCellRange) Method
In This Article
A COUNTBLANK statistical function.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public static IXlFormulaParameter CountBlank(
XlCellRange range
)
#Parameters
Name | Type | Description |
---|---|---|
range | Xl |
A Xl |
#Returns
Type | Description |
---|---|
IXl |
An IXl |
See Also