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