Aspose::Cells::Pivot::PivotCache class
Contents
[
Hide
]PivotCache class
Represents the memory cache for some PivotTable reports.
class PivotCache
Methods
| Method | Description |
|---|---|
| virtual Dispose() | Release all resource. |
| GetPivotTables() | Gets all pivot tables with this pivot cache. |
| virtual GetSourceType() | Gets the PivotTableSourceType. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PivotCache& src) | operator= |
| PivotCache(PivotCache_Impl* impl) | Constructs from an implementation object. |
| PivotCache(const PivotCache& src) | Copy constructor. |
| Refresh(const PivotTableRefreshOption& option) | Refreshes data from the data source and calculates data for the view of all pivottables which data source is this pivot cache. |
| Refresh() | Refreshes data from the data source and calculates data for the view of all pivottables which data source is this pivot cache. |
| ~PivotCache() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
Remarks
All data will be gathered into this cache,and the pivot table only get data from this cache,not directly access data source. If data source of some PivotTables are same, they will use a pivot cache.
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++