TdxSpreadSheetAreaList.ToString Method
In This Article
Creates a string of delimited references to all cell ranges within the list.
#Declaration
Delphi
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
To
See Also