Aspose::Cells::Pivot::PivotTableRefreshOption class
Contents
[
Hide
]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. |
| IsKeepOriginalOrder() | Indicates whether to keep pivot items’ original order as old data source. |
| 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. |
| SetIsKeepOriginalOrder(bool value) | Indicates whether to keep pivot items’ original order as old data source. |
| 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++