Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFilterSupport Interface / SetFilteredColumn Method
Column index
String that contains what to filter by


In This Topic
    SetFilteredColumn Method (IFilterSupport)
    In This Topic
    Internal Use: Sets a column as filtered, and passes the selected drop-down list string by which to filter.
    Syntax
    'Declaration
     
    
    Sub SetFilteredColumn( _
       ByVal columnIndex As Integer, _
       ByVal filterBy As String _
    ) 
    'Usage
     
    
    Dim instance As IFilterSupport
    Dim columnIndex As Integer
    Dim filterBy As String
     
    instance.SetFilteredColumn(columnIndex, filterBy)
    void SetFilteredColumn( 
       int columnIndex,
       string filterBy
    )

    Parameters

    columnIndex
    Column index
    filterBy
    String that contains what to filter by
    See Also