XlFunc.Subtotal(IList<XlCellRange>, XlSummary, Boolean) Method
In This Article
A SUBTOTAL mathematical function.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public static IXlFormulaParameter Subtotal(
IList<XlCellRange> ranges,
XlSummary summary,
bool ignoreHidden
)
#Parameters
Name | Type | Description |
---|---|---|
ranges | IList<Xl |
A list of Xl |
summary | Xl |
A Xl |
ignore |
Boolean | True, to include hidden rows or columns in the calculation; otherwise, false. |
#Returns
Type | Description |
---|---|
IXl |
An IXl |
See Also