TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator Enum
In This Article
Enumerates operators used to compare a threshold to values in the cells affected in an “Icon Set“ conditional formatting rule.
#Declaration
Delphi
TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator = (
isscoGreaterThanOrEqual,
isscoGreaterThan
);
#Members
Name |
---|
issco
|
issco
|
#Remarks
Options include:
Value | Description |
---|---|
issco |
The “Icon Set” rule uses the selected icon to mark all cells whose values are equal to or exceed the threshold. |
issco |
The rule marks only those cells whose values exceed the threshold. |
The icon-based threshold value‘s ComparisonOperator property references the TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator type.
See Also