SetDisplayedText
Sets the hyperlink display text.
Syntax
expression.SetDisplayedText(sDisplay);
expression
- A variable that represents a ApiHyperlink class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
sDisplay | Required | string | The text to display the hyperlink. |
Returns
boolean