Inserts a new hypertext link at the current input position.
public bool Add(HypertextLink hypertextLink);Public Function Add(ByVal hypertextLink As HypertextLink) As Boolean| Parameter | Description |
|---|---|
| hypertext |
Specifies the hypertext link to add. |
The return value is true, if the hypertext link could be added. Otherwise it is false.