Class PivotCacheCollection

PivotCacheCollection class

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

public class PivotCacheCollection : CollectionBase<PivotCache>, IDisposable

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets the pivot table cache at the specified index.
Item { get; set; }

Methods

NameDescription
BinarySearch(PivotCache)
BinarySearch(PivotCache, IComparer<PivotCache>)
BinarySearch(int, int, PivotCache, IComparer<PivotCache>)
Clear()
Contains(PivotCache)
CopyTo(PivotCache[])
CopyTo(PivotCache[], int)
CopyTo(int, PivotCache[], int, int)
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Exists(Predicate<PivotCache>)
Find(Predicate<PivotCache>)
FindAll(Predicate<PivotCache>)
FindIndex(Predicate<PivotCache>)
FindIndex(int, Predicate<PivotCache>)
FindIndex(int, int, Predicate<PivotCache>)
FindLast(Predicate<PivotCache>)
FindLastIndex(Predicate<PivotCache>)
FindLastIndex(int, Predicate<PivotCache>)
FindLastIndex(int, int, Predicate<PivotCache>)
GetEnumerator()
IndexOf(PivotCache)
IndexOf(PivotCache, int)
IndexOf(PivotCache, int, int)
LastIndexOf(PivotCache)
LastIndexOf(PivotCache, int)
LastIndexOf(PivotCache, int, int)
RemoveAt(int)

See Also