Spread Windows Forms 12.0 Product Documentation
Operator Property (IIconCriterion)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IIconCriterion Interface : Operator Property
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

Reference

IIconCriterion Interface
IIconCriterion Members