TdxSpreadSheetCustomConditionalFormatting.ReferencesToString(TdxSpreadSheetAreaList) Method
Converts the specified cell area list to a delimited string of references.
Declaration
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