Enum eSubTotalFunctions
Built-in subtotal functions
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
[Flags]
public enum eSubTotalFunctions
  Fields
| Name | Description | 
|---|---|
| Avg | Average  | 
      
| Count | Count cells that are numbers.  | 
      
| CountA | Count cells that are not empty.  | 
      
| Default | Default, total  | 
      
| Max | Maximum  | 
      
| Min | Minimum  | 
      
| None | None  | 
      
| Product | Product  | 
      
| StdDev | Standard deviation  | 
      
| StdDevP | Standard deviation of a population  | 
      
| Sum | Summary  | 
      
| Var | Variation  | 
      
| VarP | Variation of a population  |