Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / 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
 
Overloads Sub ClearFilteredRows( _
   ByVal columnIndex As Integer _
) 
 
'Usage
 
Dim instance As IRowFilter
Dim columnIndex As Integer
 
instance.ClearFilteredRows(columnIndex)

Parameters

columnIndex
Column index
See Also