[]
Represents the collection of SlicerItem objects contained in a ISlicerCache object.
public interface ISlicerItems
Public Interface ISlicerItems
| Name | Description |
|---|---|
| Count | Gets the number of ISlicerItem objects in the collection. |
| this[int] | Gets the ISlicerItem object from a collection. |
| this[string] | Gets the ISlicerItem object from a collection. |
| Name | Description |
|---|---|
| InitializeBatching() | Initializes batching for the ISlicerItems. |
| Range(params string[]) | Gets the ISlicerItem objects from a collection. |
| Select(int, int, bool) | Selects the specified range of the slicer items. |
| Select(params int[]) | Selects the slicer items. |
| TerminateBatching(bool) | Ends batching for the ISlicerItems. |