Hyperlink
Overview
Hyperlink is a class in Aspose.Cells for NET.
Hyperlink.Delete removes the hyperlink from the worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Area | string | Read | Gets or sets the cell range (e.g., “A1”) that the hyperlink occupies |
Address | string | Read/Write | Gets or sets the target URL or location of the hyperlink |
LinkType | TargetModeType | Read | Gets or sets the TargetModeType indicating internal or external link mode |
ScreenTip | string | Read/Write | Gets or sets the tooltip text displayed when hovering over the hyperlink |
TextToDisplay | string | Read/Write | Gets or sets the visible text shown for the hyperlink |
Methods
| Signature | Description |
|---|---|
Delete() | Removes the hyperlink from the worksheet |