TdxSpreadSheetConditionalFormattingRuleDataBar Properties
A Data Bar conditional formatting rule.Name | Description |
---|---|
Area | Specifies a single cell or cell range affected by the conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
AreaInfo protected | Inherited from TdxSpreadSheetConditionalFormattingCustomRule. |
Areas | Specifies one or more cell ranges affected by the conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Index | Specifies the conditional formatting rule’s zero-based index in the 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 | Returns the conditional formatting controller to which the rule belongs. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
ShowValue | Specifies if the Data Bar conditional formatting rule shows values of the affected cells. |
StopIfTrue protected | Specifies if the conditional formatting controller evaluates rules with lower priorities if applied to the same cell range(s).. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
Style | Provides access to data bar appearance settings. |
See Also