XlSummary Enum
Lists summary functions used in subtotals.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Average
|
The AVERAGE statistical function. |
Count
|
The COUNT statistical function. |
Count
|
The COUNTA statistical function. |
Max
|
The MAX statistical function. |
Min
|
The MIN statistical function. |
Product
|
The PRODUCT mathematical function. |
Stdev
|
The STDEV. |
Stdev
|
The STDEV. |
Sum
|
The SUM mathematical function. |
Var
|
The VAR. |
Var
|
The VAR. |
#Related API Members
The following properties accept/return XlSummary values:
#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.