SlicerCaches Interface

Definition

Represents the collection of slicer caches associated with the specified workbook.

public interface class SlicerCaches : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244C3-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SlicerCaches : System.Collections.IEnumerable
Public Interface SlicerCaches
Implements IEnumerable
Attributes
Implements

Remarks

Use the Item[Object] property of the SlicerCaches collection to return a SlicerCache object associated with the specified Workbook object. A SlicerCache object can be retrieved by using either the value of the Item[Object] property or the Name property of the specified object.

Properties

_Default[Object]

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[Object]

Gets a single SlicerCache object from the collection.

Parent

Gets the parent Workbook object for the collection.

Methods

Add(Object, Object, Object)

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Add2(Object, Object, Object, Object)

Adds a new SlicerCache object to the collection.

GetEnumerator()

Applies to