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