PivotCacheCollection
PivotCacheCollection class
Represents the collection of memory caches from the PivotTable reports in a workbook.
class PivotCacheCollection;
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| index | number |
Returns
dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose() : void;