TdxSpreadSheetCustomConditionalFormattingRule.Area Property
In This Article
Deprecated. Specifies the target cell range.
#Declaration
Delphi
property Area: TRect read; write;
#Property Value
Type | Description |
---|---|
TRect | The target cell range. |
#Remarks
Warning
The Area
property is deprecated and exists only to maintain backward compatibility. Use the Areas property instead.
See Also