C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / Apply Method
Value to test.

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

Parameters

value
Value to test.

Return Value

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