TXlsFile.AddHyperLink Method
Adds a new hyperlink to the Active sheet. Use TExcelFile.SetHyperLink to modify an existing one.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.AddHyperLink(const cellRange: TXlsCellRange; const value: THyperLink); override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
cellRange |
TXlsCellRange |
Range of cells the hyperlink will refer to. |
const |
value |
THyperLink |
Description of the hyperlink. |
See also