Aspose::Cells::Pivot::PivotTableRefreshOption class
PivotTableRefreshOption class
Represents the options of refreshing data source of the pivot table.
class PivotTableRefreshOption
Methods
Method | Description |
---|---|
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 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. |
SetReserveMissingPivotItemType(ReserveMissingPivotItemType value) | Represents how to reserve missing pivot items. |
~PivotTableRefreshOption() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++