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


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

    Property Value

    The ISlicerItems collection that contains the collection of all items in the slicer cache.
    See Also