TXlsFile.SetHyperLink Method
Modifies an existing Hyperlink. Use TExcelFile.AddHyperLink to add a new one.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SetHyperLink(const hyperLinkIndex: Integer; const value: THyperLink); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
hyperLinkIndex |
Integer |
Index of the hyperlink (1 based). |
const |
value |
THyperLink |
Hyperlink description. |
See also