Aspose::Cells::Pivot::PivotCacheCollection class

PivotCacheCollection class

Represents the collection of memory caches from the PivotTable reports in a workbook.

class PivotCacheCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotCacheCollection& src)operator=
PivotCacheCollection(PivotCacheCollection_Impl* impl)Constructs from an implementation object.
PivotCacheCollection(const PivotCacheCollection& src)Copy constructor.
~PivotCacheCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also