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

TdxSpreadSheetCustomConditionalFormatting.ReferencesToString(TdxSpreadSheetAreaList) Method

Converts the specified cell area list to a delimited string of references.

#Declaration

Delphi
function ReferencesToString(const AAreas: TdxSpreadSheetAreaList): string; virtual;

#Parameters

Name Type
AAreas TdxSpreadSheetAreaList

#Returns

Type
string

#Remarks

In the conditional formatting controller implementation used by the Spreadsheet and Report Designer controls, the ReferencesToString function simply calls the ToString function of a cell range list passed as the AAreas parameter. Other conditional formatting controller implementations (like TcxDataControllerConditionalFormatting, for example) can override the ReferencesToString function to provide the capability to work with their specific cell reference formats.

See Also