Aspose::Cells::Pivot::PivotMissingItemLimitType enum
PivotMissingItemLimitType enum
Represents number of items to retain per field.
enum class PivotMissingItemLimitType
Values
Name | Value | Description |
---|---|---|
Automatic | 0 | The default number of unique items per PivotField allowed. |
Max | 1 | The maximum number of unique items per PivotField allowed (>32,500). |
None | 2 | No unique items per PivotField allowed. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++