[]
Determines whether this style should be applied to a given value.
public bool AppliesTo(double value, double min, double max)
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. |
Type | Description |
---|---|
bool |