TdxSpreadSheetConditionalFormattingRuleIconSetStop.ComparisonOperator Property
Specifies an operator used to compare the threshold value with values in cells affected by an “Icon Set“ conditional formatting rule.
Declaration
property ComparisonOperator: TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator read; write; default isscoGreaterThanOrEqual;
Property Value
Type | Default |
---|---|
TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator | isscoGreaterThanOrEqual |
Remarks
Use this property to select the criterion that determines which cells affected by an “Icon Set” rule display the icon associated with the threshold value. Refer to the TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator type description for detailed information on all available comparison operators.
The default ComparisonOperator property value is isscoGreaterThanOrEqual.
See Also