PivotMissingItemLimitType
PivotMissingItemLimitType enumeration
Represents number of items to retain per field.
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. |