'Declaration
Public Property IsNotBetween As Boolean
'Usage
Dim instance As BetweenValuesConditionalFormattingRule Dim value As Boolean instance.IsNotBetween = value value = instance.IsNotBetween
public bool IsNotBetween {get; set;}
Property Value
true
if this instance is not between the conditions; otherwise, false
.