Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconCriterion Class / IsGreaterThanOrEqualTo Property


In This Topic
    IsGreaterThanOrEqualTo Property
    In This Topic
    Gets or sets a value that indicates whether to use the greater than and equal to operator.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsGreaterThanOrEqualTo As Boolean
    'Usage
     
    Dim instance As IconCriterion
    Dim value As Boolean
     
    value = instance.IsGreaterThanOrEqualTo
    public bool IsGreaterThanOrEqualTo {get;}

    Property Value

    true if the criteria use the greater than and equal to operator; otherwise, false. The default value is true.
    See Also