TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator Enum
Enumerates operators used to compare a threshold to values in the cells affected in an “Icon Set“ conditional formatting rule.
Declaration
TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator = (
isscoGreaterThanOrEqual,
isscoGreaterThan
);
Members
Name |
---|
isscoGreaterThanOrEqual
|
isscoGreaterThan
|
Remarks
Options include:
Value | Description |
---|---|
isscoGreaterThanOrEqual | The “Icon Set” rule uses the selected icon to mark all cells whose values are equal to or exceed the threshold. |
isscoGreaterThan | 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