Skip to main content

TdxSpreadSheetFormatSettings.ExpandExternalLinks Method

Identifies if Spreadsheet controls expand external links.

Declaration

function ExpandExternalLinks: Boolean; virtual;

Returns

Type Description
Boolean

True if Spreadsheet controls include the path to an external document in formula expressions; otherwise, False.

Remarks

This function always returns False because Spreadsheet controls do not support external links.

See Also