[]
        
(Showing Draft Content)

C1.PivotEngine.PivotConditionalFieldStyle.AppliesTo

AppliesTo Method

AppliesTo(double, double, double)

Determines whether this style should be applied to a given value.

Declaration
public bool AppliesTo(double value, double min, double max)
Parameters
Type Name Description
double value

Value to test for.

double min

Lower value of the value range to use with conditional formatting.

double max

Upper value of the value range to use with conditional formatting.

Returns
Type Description
bool