asposecells.api

Class PivotMissingItemLimitType

Utility class containing constants. Represents number of items to retain per field.

Field Summary
const  intAUTOMATIC
The default number of unique items per PivotField allowed.
const  intMAX
The maximum number of unique items per PivotField allowed (>32,500).
const  intNONE
No unique items per PivotField allowed.
 

    • Field Detail

      • AUTOMATIC

        const int AUTOMATIC
        The default number of unique items per PivotField allowed.
      • MAX

        const int MAX
        The maximum number of unique items per PivotField allowed (>32,500).
      • NONE

        const int NONE
        No unique items per PivotField allowed.