'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 NotBetweenCondition(minValue, maxValue)
public NotBetweenCondition( IComparable minValue, IComparable maxValue )
Parameters
- minValue
- The minimum value that will be used as a reference by the NotBetweenCondition to evaluate which Cell(s) will be highlighted.
- maxValue
- The maximum value that will be used as a reference by the NotBetweenCondition to evaluate which Cell(s) will be highlighted.