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


In This Topic
    Delete Method (ISlicer)
    In This Topic
    Deletes the slicer and removes it from the associated ISlicers collection.
    Syntax
    'Declaration
     
    
    Sub Delete() 
    'Usage
     
    
    Dim instance As ISlicer
     
    instance.Delete()
    void Delete()
    See Also