Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / Delete Method


In This Topic
    Delete Method (ISlicerCache)
    In This Topic
    Deletes the specified slicer cache and the slicers associated with it.
    Syntax
    'Declaration
     
    
    Sub Delete() 
    'Usage
     
    
    Dim instance As ISlicerCache
     
    instance.Delete()
    void Delete()
    See Also