SlicerCaches Interface

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("000244C3-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface SlicerCaches _
    Inherits IEnumerable
'Usage
Dim instance As SlicerCaches
[GuidAttribute("000244C3-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SlicerCaches : IEnumerable

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.

See Also

Reference

SlicerCaches Members

Microsoft.Office.Interop.Excel Namespace