Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconCriterion Interface / Operator Property


In This Topic
    Operator Property (IIconCriterion)
    In This Topic
    Gets or sets one of the constants of the XlFormatConditionOperator enumeration, which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value.
    Syntax
    'Declaration
     
    
    Property Operator As Operator
    'Usage
     
    
    Dim instance As IIconCriterion
    Dim value As Operator
     
    instance.Operator = value
     
    value = instance.Operator
    Operator Operator {get; set;}

    Property Value

    The operator.
    See Also