SlicerCaches Members
Include Protected Members
Include Inherited Members
Represents the collection of slicer caches associated with the specified workbook.
The SlicerCaches 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 SlicerCache object from the collection. | |
Parent | Gets the parent Workbook object for the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new SlicerCache object to the collection. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() |
Top