Aspose::Cells::Pivot::ReserveMissingPivotItemType enum

ReserveMissingPivotItemType enum

Represents how to keep the missing pivot items.

enum class ReserveMissingPivotItemType

Values

NameValueDescription
Default0
Removes old missint pivot items and reserves visible items which the current data source does not contain as missing items.
All1
Reserves all missing items.
None2
Removes all missing pivot items.

See Also