Aspose::Cells::Pivot::PivotCacheCollection class
Contents
[
Hide
]PivotCacheCollection class
Represents the collection of memory caches from the PivotTable reports in a workbook.
class PivotCacheCollection
Methods
| Method | Description |
|---|---|
| begin() | Returns an iterator to the beginning of the PivotCacheCollection. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| end() | Returns an iterator to the end of the PivotCacheCollection. |
| Get(int32_t index) | Gets the pivot table cache at the specified index. |
| GetCount() | Gets the number of elements contained in the instance. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PivotCacheCollection& src) | operator= |
| PivotCacheCollection(PivotCacheCollection_Impl* impl) | Constructs from an implementation object. |
| PivotCacheCollection(const PivotCacheCollection& src) | Copy constructor. |
| ~PivotCacheCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++