corelibraries-devexpress-dot-export-dot-xl-090eead1.md
Lists summary functions used in subtotals.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlSummary
Public Enum XlSummary
| 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.
|
The following properties accept/return XlSummary values:
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