Table of Contents

TXlsFile.GetLink Method

Gets the external link at position i.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetLink(const index: Integer): string; override;

Parameters

<-> Parameter Type Description
const index Integer Index of the link (1 based). i goes between 1 and TExcelFile.LinkCount

See also