Aspose::Cells::Pivot::PivotTableCalculateOption class
Contents
[
Hide
]PivotTableCalculateOption class
Rerepsents the options of calcuating the pivot table.
class PivotTableCalculateOption
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++