'Declaration Public Sub InsertHyperlink( _ ByVal href As System.String, _ ByVal description As System.String, _ Optional ByVal attributes As System.String _ )
public void InsertHyperlink( System.string href, System.string description, System.string attributes )
Parameters
- href
- Specifies the url of the link.
- description
- Description of link. If null or empty, href is used.
- attributes
- Optional attributes.