TdxSpreadSheetConditionalFormattingCustomRule Properties
The base class for all classes that implement conditional formatting rules.| Name | Description |
|---|---|
| Area | Deprecated. This property exists for backward compatibility only. Use the Areas property instead. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
| AreaInfo protected | |
| 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. |
| Owner | Provides access to the parent conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormattingRule. |
| 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. |
See Also