Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilterOwner Interface / RemoveFilter Method


In This Topic
    RemoveFilter Method (IAutoFilterOwner)
    In This Topic
    Removes the filter from the current object.
    Syntax
    'Declaration
     
    
    Sub RemoveFilter() 
    'Usage
     
    
    Dim instance As IAutoFilterOwner
     
    instance.RemoveFilter()
    void RemoveFilter()
    See Also