[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCaches

IPivotCaches Interface

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

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IPivotCaches : IEnumerable<IPivotCache>, IEnumerable
Public Interface IPivotCaches
    Inherits IEnumerable(Of IPivotCache), IEnumerable

Properties

Name Description
Count

Returns the number of objects in the collection.

this[int]

Gets a PivotCache by index.

Methods

Name Description
Create(object)

Creates a new PivotCache using range or table.