ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IC1ColumnFilter Interface / Apply Method
Value to be filtered.

In This Topic
    Apply Method (IC1ColumnFilter)
    In This Topic
    Applies the filter to a value.
    Syntax
    'Declaration
     
    Function Apply( _
       ByVal value As Object _
    ) As Boolean
    bool Apply( 
       object value
    )

    Parameters

    value
    Value to be filtered.

    Return Value

    True if the value satisfies the filter; False otherwise.
    See Also