ComponentOne FlexPivot for WinForms
AppliesTo Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotConditionalFieldStyle Class : AppliesTo Method
Value to test for.
Lower value of the value range to use with conditional formatting.
Upper value of the value range to use with conditional formatting.
Determines whether this style should be applied to a given value.
Syntax
'Declaration
 
Public Function AppliesTo( _
   ByVal value As System.Double, _
   ByVal min As System.Double, _
   ByVal max As System.Double _
) As System.Boolean
public System.bool AppliesTo( 
   System.double value,
   System.double min,
   System.double max
)

Parameters

value
Value to test for.
min
Lower value of the value range to use with conditional formatting.
max
Upper value of the value range to use with conditional formatting.
See Also

Reference

C1FlexPivotConditionalFieldStyle Class
C1FlexPivotConditionalFieldStyle Members