VisibleSlicerItems Property (SlicerCache)
In This Topic
Gets the
ISlicerItems collection that contains the collection of all the visible items in the specified slicer cache.
Syntax
'Declaration
Public MustOverride ReadOnly Property VisibleSlicerItems As ISlicerItems
'Usage
Dim instance As SlicerCache
Dim value As ISlicerItems
value = instance.VisibleSlicerItems
public abstract ISlicerItems VisibleSlicerItems {get;}
Property Value
The
ISlicerItems collection that contains the collection of all the visible items.
See Also