Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AverageConditionalFormattingRule Class / IsIncludeEquals Property
Example


In This Topic
    IsIncludeEquals Property
    In This Topic
    Gets or sets a value that indicates whether this conditional formatting rule accepts a value that equals the average.
    Syntax
    'Declaration
     
    
    Public Property IsIncludeEquals As Boolean
    'Usage
     
    
    Dim instance As AverageConditionalFormattingRule
    Dim value As Boolean
     
    instance.IsIncludeEquals = value
     
    value = instance.IsIncludeEquals
    public bool IsIncludeEquals {get; set;}

    Property Value

    true if this instance equals the average; otherwise, false.
    Example
    This example sets the IsIncludeEquals property.
    See Also