Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / ClearFilteredRows Method / ClearFilteredRows(Int32) Method
Column index


In This Topic
    ClearFilteredRows(Int32) Method
    In This Topic
    Internal use only. Removes all temporary filter settings for a specified column, including the filtered-in list and the filtered-out list.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearFilteredRows( _
       ByVal columnIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultRowFilter
    Dim columnIndex As Integer
     
    instance.ClearFilteredRows(columnIndex)
    public void ClearFilteredRows( 
       int columnIndex
    )

    Parameters

    columnIndex
    Column index
    See Also