TdxSpreadSheetCustomConditionalFormattingRule.Areas Property
Specifies one or more cell ranges affected by the conditional formatting rule.
Declaration
property Areas: TdxSpreadSheetAreaList read; write;
Property Value
Type |
---|
TdxSpreadSheetAreaList |
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