Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / RemoveFilter(Int32,Filter,Boolean) Method
An integer value indicates the column index.
A Filter object to remove from the specified column.


In This Topic
    RemoveFilter(Int32,Filter,Boolean) Method
    In This Topic
    Removes a filter from the specified column.
    Syntax
    'Declaration
     
    
    Public Sub RemoveFilter( _
       ByVal column As Integer, _
       ByVal filter As Filter, _
       Optional ByVal notify As Boolean _
    ) 
    'Usage
     
    
    Dim instance As AutoFilter
    Dim column As Integer
    Dim filter As Filter
    Dim notify As Boolean
     
    instance.RemoveFilter(column, filter, notify)
    public void RemoveFilter( 
       int column,
       Filter filter,
       bool notify
    )

    Parameters

    column
    An integer value indicates the column index.
    filter
    A Filter object to remove from the specified column.
    notify
    See Also