'Declaration
Public Function New( _ ByVal minValue As IComparable, _ ByVal maxValue As IComparable _ )
'Usage
Dim minValue As IComparable Dim maxValue As IComparable Dim instance As New BetweenCondition(minValue, maxValue)
public BetweenCondition( IComparable minValue, IComparable maxValue )
Parameters
- minValue
- The minimum value that will be used as a reference by the BetweenCondition to evaluate which Cell(s) will be highlighted.
- maxValue
- The maxiimum value that will be used as a reference by the BetweenCondition to evaluate which Cell(s) will be highlighted.