[]
Represents the collection of slicer caches associated with the specified workbook.
public interface ISlicerCaches : IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of objects in the collection. |
| this[int] | Gets the ISlicerCache with the specified index. |
| this[string] | Gets the ISlicerCache with the specified name. |
| Name | Description |
|---|---|
| Add(object, string, string) | Adds a new ISlicerCache object to the collection. |