Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormattingIconValue Class / IsGreaterOrEquals Property


In This Topic
    IsGreaterOrEquals Property
    In This Topic
    Gets a value that indicates whether this instance is greater than or equal to another instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsGreaterOrEquals As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingIconValue
    Dim value As Boolean
     
    value = instance.IsGreaterOrEquals
    public bool IsGreaterOrEquals {get;}

    Property Value

    true if this instance is greater than or equal to; otherwise, false.
    See Also