Back to Devexpress

XlSummary Enum

corelibraries-devexpress-dot-export-dot-xl-090eead1.md

latest2.7 KB
Original Source

XlSummary Enum

Lists summary functions used in subtotals.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlSummary
vb
Public Enum XlSummary

Members

NameDescription
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:

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

DevExpress.Export.Xl Namespace