XlFunc.CountA(IXlFormulaParameter[]) Method
A COUNTA statistical function.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| parameters | IXlFormulaParameter[] | An array of IXlFormulaParameter objects interpreted as function parameters. |
Returns
| Type | Description |
|---|---|
| IXlFormulaParameter | An IXlFormulaParameter object that is the function result. |
See Also