PivotCacheCollection
Contents
[
Hide
]PivotCacheCollection class
Represents the collection of memory caches from the PivotTable reports in a workbook.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | PivotCache | Gets the pivot table cache at the specified index. |
Methods
| Name | Description |
|---|---|
| dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| add | Reserved for internal use. |
| indexOf | Reserved 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.