PivotCacheCollection

PivotCacheCollection class

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

Properties

NameTypeDescription
Countint
Item (int)PivotCacheGets the pivot table cache at the specified index.

Methods

NameDescription
disposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
addReserved for internal use.
indexOfReserved for internal use.

PivotCacheCollection.Count property

Type: int

PivotCacheCollection.Item (int) property

Gets the pivot table cache at the specified index.

Type: PivotCache

dispose()

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

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

add(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.