<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFilter Class / Apply Method
Value to test.

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

    Parameters

    value
    Value to test.

    Return Value

    True if the values passes through the filter, false otherwise.
    See Also