[]
Represents a collection of all the PivotTable objects on the specified worksheet.
public interface IPivotTables : IEnumerable<IPivotTable>, IEnumerable
Public Interface IPivotTables
Inherits IEnumerable(Of IPivotTable), IEnumerable
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. |
Name | Description |
---|---|
Add(IPivotCache, IRange, string) | Adds a new PivotTable report. |