Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / SetIsFiltered Method
Column index
Whether the column is filtered


In This Topic
    SetIsFiltered Method (IRowFilter)
    In This Topic
    Internal use only. Sets the isFiltered flag for the existing column filter.
    Syntax
    'Declaration
     
    
    Sub SetIsFiltered( _
       ByVal columnIndex As Integer, _
       ByVal isFiltered As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IRowFilter
    Dim columnIndex As Integer
    Dim isFiltered As Boolean
     
    instance.SetIsFiltered(columnIndex, isFiltered)
    void SetIsFiltered( 
       int columnIndex,
       bool isFiltered
    )

    Parameters

    columnIndex
    Column index
    isFiltered
    Whether the column is filtered
    See Also