Skip to main content

TdxSpreadSheetAreaList.ToString Method

Creates a string of delimited references to all cell ranges within the list.

Declaration

function ToString: string; override;

Returns

Type
string

Remarks

Call this function to obtain references to all ranges within the list. The ToString function returns a string comprised of references to every cell range within the list. Individual cell references within the resulting string are delimited by the ValueSeparator constant value.

Note

ToString calls the dxReferenceToString global function to build a string of A1-style references to cell ranges. The ToString function creates only A1-style references regardless of the Spreadsheet/Report Designer control’s OptionsView.R1C1Reference property value.

See Also