ComponentOne FlexPivot for WinForms
Apply Method (C1FlexPivotFilter)

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFilter Class : Apply Method
Value to test.
Applies the filter to a value.
Syntax
'Declaration
 
Public Function Apply( _
   ByVal value As System.Object _
) As System.Boolean
public System.bool Apply( 
   System.object value
)

Parameters

value
Value to test.

Return Value

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

Reference

C1FlexPivotFilter Class
C1FlexPivotFilter Members