Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCustomConditionalFormattingRule.Areas Property

Specifies target cell ranges.

#Declaration

Delphi
property Areas: TdxSpreadSheetAreaList read; write;

#Property Value

Type Description
TdxSpreadSheetAreaList

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