Range.AddHyperlink
Range.AddHyperlink method
Adds a hyperlink to a specified cell or a range of cells.
public Hyperlink AddHyperlink(string address, string textToDisplay, string screenTip)
Parameter | Type | Description |
---|---|---|
address | String | Address of the hyperlink. |
textToDisplay | String | The text to be displayed for the specified hyperlink. |
screenTip | String | The screenTip text for the specified hyperlink. |
Return Value
Hyperlink
object.
See Also
- class Hyperlink
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells