SlicerPivotTables Members
Include Protected Members
Include Inherited Members
Represents information about the collection of PivotTables associated with the specified SlicerCache object.
The SlicerPivotTables type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. | |
Count | Gets the number of objects in the collection. | |
Creator | Gets a 32-bit integer that indicates the application in which this object was created. | |
Item | Gets a single PivotTable object from the collection. | |
Parent | Gets the SlicerCache object that is the parent of the specified SlicerPivotTables collection. |
Top
Methods
Name | Description | |
---|---|---|
AddPivotTable | Adds a reference to a PivotTable to the SlicerPivotTables collection. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
RemovePivotTable | Removes a reference to a PivotTable from the SlicerPivotTables collection. |
Top