Inserts a hyperlink at the cursor location. If text is selected it is overwritten.
public void InsertHyperlink(
System.string ,
System.string ,
System.string
)
'Declaration
Public Sub InsertHyperlink( _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As System.String _
)
Parameters
- href
- Specifies the url of the link.
- description
- Description of link. If null or empty, href is used.
- attributes
- Optional attributes.