Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / ResetFilter Method / ResetFilter(Int32) Method
Column index


In This Topic
    ResetFilter(Int32) Method
    In This Topic
    Resets the temporary filter settings for the specified column.
    Syntax
    'Declaration
     
    
    Overloads Sub ResetFilter( _
       ByVal columnIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As IRowFilter
    Dim columnIndex As Integer
     
    instance.ResetFilter(columnIndex)
    void ResetFilter( 
       int columnIndex
    )

    Parameters

    columnIndex
    Column index
    See Also