Skip to main content
A newer version of this page is available. .

XlFunc.Subtotal(IList<XlCellRange>, XlSummary, Boolean) Method

Namespace: DevExpress.Export.Xl

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

Declaration

public static IXlFormulaParameter Subtotal(
    IList<XlCellRange> ranges,
    XlSummary summary,
    bool ignoreHidden
)

Parameters

Name Type Description
ranges IList<XlCellRange>

A list of XlCellRange objects which are the references to cells containing values for calculation.

summary XlSummary

A XlSummary enumeration member that specifies the calculation type, i.e., the function used for calculation.

ignoreHidden Boolean

True, to include hidden rows or columns in the calculation; otherwise, false.

Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also