ExportSummaryItem.SummaryType Property
Returns the summary function type.
Namespace: DevExpress.Printing.ExportHelpers
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlSummary | The function type. |
Available values:
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. |
See Also