Aspose::Cells::Pivot::ReserveMissingPivotItemType enum

ReserveMissingPivotItemType enum

Represents how to keep the missing pivot items.

enum class ReserveMissingPivotItemType

Values

NameValueDescription
Default0
Removes old missing pivot items and reserves deleted items of new data source as missing items.
All1
Reserves all missing items.
None2
Removes all missing pivot items.

See Also