Skip to main content
All docs
V24.1

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

public XlSummary SummaryType { get; set; }

Property Value

Type Description
XlSummary

The function type.

Available values:

Show 11 items
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