Skip to main content

TcxDataControllerConditionalFormatting.ReferencesToString(TdxSpreadSheetAreaList) Method

Converts the specified cell area to a delimited string of references to contiguous fields in the source data controller.

Declaration

function ReferencesToString(const AAreas: TdxSpreadSheetAreaList): string; override;

Parameters

Name Type
AAreas TdxSpreadSheetAreaList

Returns

Type
string

Remarks

Call this function to obtain a delimited string that lists names of contiguous fields, which correspond to the first cell range in the AAreas list. Since the conditional formatting controller cannot apply a single rule to non-adjacent fields, the ReferencesToString function ignores all other cell ranges that the specified list can store.

See Also