Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetConditionalFormattingRuleIconSetStopComparisonOperator Enum

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
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