Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BetweenValuesConditionalFormattingRule Class / IsNotBetween Property
Example


In This Topic
    IsNotBetween Property
    In This Topic
    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.
    Example
    This example sets the IsNotBetween property.
    See Also