Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / GreaterThanOrEquals Property


In This Topic
    GreaterThanOrEquals Property
    In This Topic
    Gets a boolean value indicates whether this CfValue will be compared using greater than or equals operator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GreaterThanOrEquals As Boolean
    'Usage
     
    
    Dim instance As CfValue
    Dim value As Boolean
     
    value = instance.GreaterThanOrEquals
    public bool GreaterThanOrEquals {get;}

    Property Value

    true if this CfValue will be compared using greater than or equals operator; otherwise, false.
    See Also