Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / VisibleSlicerItems Property


In This Topic
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

Property Value

The ISlicerItems collection that contains the collection of all the visible items.
See Also