Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / SlicerCache Property


In This Topic
    SlicerCache Property (Slicer)
    In This Topic
    Gets the ISlicerCache object associated with the slicer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SlicerCache As ISlicerCache
    'Usage
     
    
    Dim instance As Slicer
    Dim value As ISlicerCache
     
    value = instance.SlicerCache
    public ISlicerCache SlicerCache {get;}

    Property Value

    The ISlicerCache object associated with the slicer.
    See Also