Skip to main content

TdxSpreadSheetDefinedName.ToString Method

Returns the defined name’s scope and caption as a string.

Declaration

function ToString: string; override;

Returns

Type
string

Remarks

This function returns a string comprised of the caption of the worksheet in which the defined name is valid (only if the Scope property value is not nil), followed by the name’s caption delimited by an exclamation mark. If either of the source captions includes a space, the ToString function encloses the resulting string with quotation marks.

See Also