Aspose::Cells::Pivot::PivotFieldSubtotalType enum
PivotFieldSubtotalType enum
Summary description for PivotFieldSubtotalType.
enum class PivotFieldSubtotalType
Values
| Name | Value | Description | 
|---|---|---|
| None | 0 | Represents None subtotal type. | 
| Automatic | 1 | Represents Automatic subtotal type. | 
| Sum | 2 | Represents Sum subtotal type. | 
| Count | 4 | Represents Count subtotal type. | 
| Average | 8 | Represents Average subtotal type. | 
| Max | 16 | Represents Max subtotal type. | 
| Min | 32 | Represents Min subtotal type. | 
| Product | 64 | Represents Product subtotal type. | 
| CountNums | 128 | Represents Count Nums subtotal type. | 
| Stdev | 256 | Represents Stdev subtotal type. | 
| Stdevp | 512 | Represents Stdevp subtotal type. | 
| Var | 1024 | Represents Var subtotal type. | 
| Varp | 2048 | Represents Varp subtotal type. | 
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++