Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / Clear Method
An integer value indicates the column index.
if set to true, the current active filter will be removed; otherwise, it'll be set as inactive.


In This Topic
    Clear Method (AutoFilter)
    In This Topic
    Clears the filter and sort state at the specified column for the current object.
    Syntax
    'Declaration
     
    
    Public Sub Clear( _
       ByVal column As Integer, _
       Optional ByVal removing As Boolean, _
       Optional ByVal notify As Boolean _
    ) 
    'Usage
     
    
    Dim instance As AutoFilter
    Dim column As Integer
    Dim removing As Boolean
    Dim notify As Boolean
     
    instance.Clear(column, removing, notify)
    public void Clear( 
       int column,
       bool removing,
       bool notify
    )

    Parameters

    column
    An integer value indicates the column index.
    removing
    if set to true, the current active filter will be removed; otherwise, it'll be set as inactive.
    notify
    See Also