Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / SetIsFiltered Method
Column index
Whether the column is filtered


In This Topic
SetIsFiltered Method (DefaultRowFilter)
In This Topic
Internal use only. Sets whether the specified column is filtered.
Syntax
'Declaration
 
Public Sub SetIsFiltered( _
   ByVal columnIndex As Integer, _
   ByVal isFiltered As Boolean _
) 
 
'Usage
 
Dim instance As DefaultRowFilter
Dim columnIndex As Integer
Dim isFiltered As Boolean
 
instance.SetIsFiltered(columnIndex, isFiltered)

Parameters

columnIndex
Column index
isFiltered
Whether the column is filtered
See Also