Skip to main content

TdxSpreadSheetConditionalFormattingRuleTopBottomValues Properties

A Top/Bottom Values 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.
Direction Specifies if the rule applies custom formatting to cells containing the highest or lowest values.
Index Specifies the conditional formatting rule’s zero-based index in the conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
Owner Returns the conditional formatting controller to which the rule belongs. Inherited from TdxSpreadSheetCustomConditionalFormattingRule.
StopIfTrue 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 style settings applied to all cells that meet the rule’s formatting criteria. Inherited from TdxSpreadSheetConditionalFormattingRuleStyleBased.
Value Specifies the absolute or relative number of cells to which custom formatting is applied.
ValueType Specifies whether the rule applies custom formatting to the absolute or relative number of cells.
See Also