Skip to main content

XlFunc.CountBlank(XlCellRange) Method

A COUNTBLANK statistical function.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static IXlFormulaParameter CountBlank(
    XlCellRange range
)

Parameters

Name Type Description
range XlCellRange

A XlCellRange that specifies the range containing the cells to be counted.

Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also