FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotConditionalFieldStyle 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.

In This Topic
    AppliesTo Method (PivotConditionalFieldStyle)
    In This Topic
    Determines whether this style should be applied to a given value.
    Syntax
    'Declaration
     
    Public Function AppliesTo( _
       ByVal value As Double, _
       ByVal min As Double, _
       ByVal max As Double _
    ) As Boolean
    public bool AppliesTo( 
       double value,
       double min,
       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