[]
Represents information about the collection of IPivotTables associated with the specified ISlicerCache object.
public interface ISlicerPivotTables : IEnumerable
Public Interface ISlicerPivotTables
Inherits IEnumerable
Name | Description |
---|---|
Count | Gets the number of objects in the collection. |
this[int] | Gets the IPivotTable with the specified index. |
Name | Description |
---|---|
AddPivotTable(IPivotTable) | Adds a reference to a PivotTable to the ISlicerPivotTables collection. |
RemovePivotTable(IPivotTable) | Removes a reference to a PivotTable from the ISlicerPivotTables collection. |