Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / SlicerCache Property


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

    Property Value

    The ISlicerCache object associated with the slicer.
    See Also