Enum eItemType
The item type for a pivot table field
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public enum eItemType
  Fields
| Name | Description | 
|---|---|
| Avg | The pivot item represents an "average" aggregate function.  | 
      
| Blank | The pivot item represents a blank line.  | 
      
| Count | The pivot item represents custom the "count" aggregate function.  | 
      
| CountA | The pivot item represents custom the "count numbers" aggregate.  | 
      
| Data | The pivot item represents data.  | 
      
| Default | The pivot item represents the default type for this PivotTable. The default pivot item type is the "total" aggregate function.  | 
      
| Grand | The pivot items represents the grand total line.  | 
      
| Max | The pivot item represents the "maximum" aggregate function.  | 
      
| Min | The pivot item represents the "minimum" aggregate function.  | 
      
| Product | The pivot item represents the "product" function.  | 
      
| StdDev | The pivot item represents the "standard deviation" aggregate function.  | 
      
| StdDevP | The pivot item represents the "standard deviation population" aggregate function.  | 
      
| Sum | The pivot item represents the "sum" aggregate value.  | 
      
| Var | The pivot item represents the "variance" aggregate value.  | 
      
| VarP | The pivot item represents the "variance population" aggregate value.  |