Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / Delete() Method


In This Topic
    Delete() Method
    In This Topic
    Removes the filter from the current worksheet.
    Syntax
    'Declaration
     
    
    Public Sub Delete() 
    'Usage
     
    
    Dim instance As AutoFilter
     
    instance.Delete()
    public void Delete()
    See Also