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

XlSummary Enum

Lists summary functions used in subtotals.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum XlSummary

Members

Name Description
Average

The AVERAGE statistical function.

Count

The COUNT statistical function.

CountA

The COUNTA statistical function.

Max

The MAX statistical function.

Min

The MIN statistical function.

Product

The PRODUCT mathematical function.

StdevS

The STDEV.S statistical function.

StdevP

The STDEV.P statistical function.

Sum

The SUM mathematical function.

VarS

The VAR.S statistical function.

VarP

The VAR.P statistical function.

Remarks

The XlSummary enumeration value is a parameter of the XlFunc.Subtotal method.

For a use example, refer to the How to: Create Subtotals document.

See Also