[]
Represents the collection of memory caches from the PivotTable reports in a workbook.
public interface IPivotCaches : IEnumerable<IPivotCache>, IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Gets a PivotCache by index.
IPivotCache this[int index] { get; }
index
intCreates a new PivotCache.
IPivotCache Create(object SourceData)
SourceData
objectThe data for the new PivotTable cache.
PivotCache.