TdxSpreadSheetCustomConditionalFormattingRule.StopIfTrue Property
In This Article
Specifies if the parent conditional formatting controller evaluates other rules with lower priority that are applied to the same areas if the current rule’s condition is met.
#Declaration
Delphi
property StopIfTrue: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
The StopIfTrue
property corresponds to the conditional formatting rule’s check box in the Stop If True column in the Conditional Formatting Rules Manager dialog:
#Limitations
Only the following TdxSpreadSheetCustomConditionalFormattingRule class descendants expose the StopIfRule
property:
- TdxSpreadSheetConditionalFormattingRuleAboveOrBelowAverage
- An Above or Below Average conditional formatting rule.
- TdxSpreadSheetConditionalFormattingRuleCellIs
- A Cell Is conditional formatting rule.
- TdxSpreadSheetConditionalFormattingRuleDuplicateValues
- A Duplicate Values conditional formatting rule.
- TdxSpreadSheetConditionalFormattingRuleExpression
- An Expression conditional formatting rule.
- TdxSpreadSheetConditionalFormattingRuleTopBottomValues
- A Top/Bottom Values conditional formatting rule.
- TdxSpreadSheetConditionalFormattingRuleUniqueValues
- A Unique Values conditional formatting rule.
#Default Value
The StopIfTrue
property’s default value is False
.
See Also