PivotCacheCollection

PivotCacheCollection class

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

class PivotCacheCollection;

Methods

MethodDescription
get(number)Gets the pivot table cache at the specified index.
dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

get(number)

Gets the pivot table cache at the specified index.

get(index: number) : PivotCache;

Parameters:

ParameterTypeDescription
indexnumber

Returns

PivotCache

dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

dispose() : void;