Aspose::Cells::Pivot::PivotTableRefreshOption class

PivotTableRefreshOption class

Represents the options of refreshing data source of the pivot table.

class PivotTableRefreshOption

Methods

MethodDescription
GetKeepCachedLocalGroupData()Indicates whether to keep cached local group data if the maximum and minimum values remain unchanged. The default value is false which means refreshing group with local setting.
GetReserveMissingPivotItemType()Represents how to reserve missing pivot items.
IsKeepOriginalOrder()Indicates whether to keep pivot items’ original order as old data source.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotTableRefreshOption& src)operator=
PivotTableRefreshOption()Represents the options of refreshing data source of the pivot table.
PivotTableRefreshOption(PivotTableRefreshOption_Impl* impl)Constructs from an implementation object.
PivotTableRefreshOption(const PivotTableRefreshOption& src)Copy constructor.
SetIsKeepOriginalOrder(bool value)Indicates whether to keep pivot items’ original order as old data source.
SetKeepCachedLocalGroupData(bool value)Indicates whether to keep cached local group data if the maximum and minimum values remain unchanged. The default value is false which means refreshing group with local setting.
SetReserveMissingPivotItemType(ReserveMissingPivotItemType value)Represents how to reserve missing pivot items.
~PivotTableRefreshOption()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also