Spread for ASP.NET 12 Product Documentation
IsNotBetween Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BetweenValuesConditionalFormattingRule Class : IsNotBetween Property
Gets or sets 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
public bool IsNotBetween {get; set;}

Property Value

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

Reference

BetweenValuesConditionalFormattingRule Class
BetweenValuesConditionalFormattingRule Members