Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / VisibleSlicerItems Property


In This Topic
    VisibleSlicerItems Property (ISlicerCache)
    In This Topic
    Gets the ISlicerItems collection that contains the collection of all the visible items in the specified slicer cache.
    Syntax
    'Declaration
     
    
    ReadOnly Property VisibleSlicerItems As ISlicerItems
    'Usage
     
    
    Dim instance As ISlicerCache
    Dim value As ISlicerItems
     
    value = instance.VisibleSlicerItems
    ISlicerItems VisibleSlicerItems {get;}

    Property Value

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