Aspose::Cells::Pivot::PivotTableCalculateOption class

PivotTableCalculateOption class

Rerepsents the options of calcuating the pivot table.

class PivotTableCalculateOption

Methods

MethodDescription
GetRefreshCharts()Indicates whether refreshing charts are based on this pivot table.
GetRefreshData()Indicates whether refreshing data source of the pivottable.
GetReserveMissingPivotItemType()Represents how to reserve missing pivot items.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotTableCalculateOption& src)operator=
PivotTableCalculateOption()Default constructor.
PivotTableCalculateOption(PivotTableCalculateOption_Impl* impl)Constructs from an implementation object.
PivotTableCalculateOption(const PivotTableCalculateOption& src)Copy constructor.
SetRefreshCharts(bool value)Indicates whether refreshing charts are based on this pivot table.
SetRefreshData(bool value)Indicates whether refreshing data source of the pivottable.
SetReserveMissingPivotItemType(ReserveMissingPivotItemType value)Represents how to reserve missing pivot items.
~PivotTableCalculateOption()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also