[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotTables

IPivotTables Interface

Represents a collection of all the PivotTable objects on the specified worksheet.

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

Properties

Name Description
Count

Returns the number of objects in the collection (ead-only).

this[int]

Returns a single object from a collection.

this[string]

Returns a single object from a collection.

Methods

Name Description
Add(IPivotCache, IRange, string)

Adds a new PivotTable report.