TdxSpreadSheetConditionalFormattingRuleDataBar Properties
A Data Bar conditional formatting rule.| Name | Description |
|---|---|
| Area | Deprecated. This property exists for backward compatibility only. Use the Areas property instead. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
| AreaInfo protected | Inherited from TdxSpreadSheetConditionalFormattingCustomRule. |
| Areas | Specifies target cell ranges. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
| Index | Specifies the conditional formatting rule’s index in the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
| MaxValue | Specifies the Data Bar conditional formatting rule’s maximum threshold value. |
| MinValue | Specifies the Data Bar conditional formatting rule’s minimum threshold value. |
| Owner | Provides access to the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
| ShowValue | Specifies if the Data Bar conditional formatting rule shows values of the affected cells. |
| StopIfTrue protected | 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. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
| Style | Provides access to data bar appearance settings. |
See Also