TdxSpreadSheetCustomConditionalFormattingRule.Area Property
Specifies a single cell or cell range affected by the conditional formatting rule.
Declaration
property Area: TRect read; write;
Property Value
Type |
---|
TRect |
Remarks
This property is obsolete. Use the Areas property instead.
The Area property’s setter clears the list of cell ranges currently affected by the conditional formatting rule and sets the assigned rectangle as the only cell range affected by the rule. The Area property’s getter calls the Areas.BoundingRect function.
See Also