TdxSpreadSheetCustomConditionalFormattingRule.Areas Property
In This Article
Specifies target cell ranges.
#Declaration
Delphi
property Areas: TdxSpreadSheetAreaList read; write;
#Property Value
Type | Description |
---|---|
Tdx |
The collection of target cell ranges. |
#Remarks
You can use this property to:
Identify which cells and/or cell ranges are affected by the conditional formatting rule;
Expand or shrink the list of individual cells and/or cell ranges to which the conditional formatting rule is applied (by calling the Areas.Add/Areas.Insert or Areas.Remove/Areas.Delete methods, respectively).
Refer to the TdxSpreadSheetAreaList class description for detailed information on managing cell range lists.
See Also