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