Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / SetColumnFilterBy Method
Columnn index
String that contains the filter selection


In This Topic
SetColumnFilterBy Method (IRowFilter)
In This Topic
Internal use only. Sets the string selected in the drop-down list of filters for the specified column.
Syntax
'Declaration
 
Sub SetColumnFilterBy( _
   ByVal modelColumnIndex As Integer, _
   ByVal filterBy As String _
) 
 
'Usage
 
Dim instance As IRowFilter
Dim modelColumnIndex As Integer
Dim filterBy As String
 
instance.SetColumnFilterBy(modelColumnIndex, filterBy)

Parameters

modelColumnIndex
Columnn index
filterBy
String that contains the filter selection
See Also