TExcelFile.GetLink Method
Gets the external link at position i.
Syntax
Unit: FlexCel.Core
function TExcelFile.GetLink(const index: Integer): string; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index of the link (1 based). i goes between 1 and LinkCount |
See also