FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / EditFilter Method / EditFilter(Int32) Method
Index of the column whose filter should be edited.

In This Topic
    EditFilter(Int32) Method
    In This Topic
    Edits the filter associated with a given column.
    Syntax
    'Declaration
     
    
    Public Overloads Sub EditFilter( _
       ByVal col As Integer _
    ) 
    public void EditFilter( 
       int col
    )

    Parameters

    col
    Index of the column whose filter should be edited.
    See Also