title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
SlicerCache.SlicerItems property (Excel) |
vbaxl10.chm897083 |
|
|
d552a519-3d9f-74b8-4cbe-3b5c935a14d9 |
05/16/2019 |
medium |
Returns a SlicerItems collection that contains the collection of all items in the slicer cache. Read-only.
expression.SlicerItems
expression A variable that represents a SlicerCache object.
SlicerItems
The SlicerItems property is only applicable for slicers that are based on PivotTables based on workbook ranges or lists (SlicerCache.SourceType = xlDatabase), or for slicers that are based on PivotTables based on relational data sources (SlicerCache.SourceType = xlExternal and SlicerCache.OLAP = False).
Attempting to access the SlicerItems property for slicers that are connected to an external OLAP data source (SlicerCache.OLAP = True) generates a run-time error. For OLAP data sources, use the SlicerItems property of the SlicerCacheLevel object instead.
[!includeSupport and feedback]