aspose.cells

Class ReserveMissingPivotItemType

Utility class containing constants. Represents how to keep the missing pivot items.

Field Summary
const  NumberDEFAULT
Removes old missint pivot items and reserves visible items which the current data source does not contain as missing items.
const  NumberALL
Reserves all missing items.
const  NumberNONE
Removes all missing pivot items.
 

    • Field Detail

      • DEFAULT

        const Number DEFAULT
        Removes old missint pivot items and reserves visible items which the current data source does not contain as missing items.
      • ALL

        const Number ALL
        Reserves all missing items.
      • NONE

        const Number NONE
        Removes all missing pivot items.