Aspose::Cells::Pivot::PivotFieldType enum
PivotFieldType enum
Represents PivotTable field type.
enum class PivotFieldType
Values
Name | Value | Description |
---|---|---|
Undefined | 0 | Presents base pivot field type. |
Row | 1 | Presents row pivot field type. |
Column | 2 | Presents column pivot field type. |
Page | 4 | Presents page pivot field type. |
Data | 8 | Presents data pivot field type. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++