Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BetweenValuesConditionalFormattingRule Class / IsNotBetween Property


In This Topic
IsNotBetween Property
In This Topic
Gets or sets a value that indicates whether the condition does not accept or accepts values in the range.
Syntax
'Declaration
 
Public Property IsNotBetween As Boolean
 
'Usage
 
Dim instance As BetweenValuesConditionalFormattingRule
Dim value As Boolean
 
instance.IsNotBetween = value
 
value = instance.IsNotBetween

Property Value

true if this instance is not between the conditions; otherwise, false.
See Also