Spread Windows Forms 15.0
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)
    void SetColumnFilterBy( 
       int modelColumnIndex,
       string filterBy
    )

    Parameters

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