HyperlinkModel
Overview
HyperlinkModel is a class in Aspose.Cells for NET.
HyperlinkModel.Address holds the target URL or external address of the hyperlink; may be null.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FirstRow | int | Read/Write | Indicates the zero‑based index of the first row the hyperlink covers |
FirstColumn | int | Read/Write | |
TotalRows | int | Read/Write | Specifies how many rows the hyperlink spans |
TotalColumns | int | Read/Write | Specifies how many columns the hyperlink spans |
Address | string? | Read/Write | Holds the target URL or external address of the hyperlink; may be null |
SubAddress | string? | Read/Write | Holds an internal cell reference or named range within the workbook; may be null |
ScreenTip | string? | Read/Write | Contains optional tooltip text shown when hovering over the hyperlink; may be null |
TextToDisplay | string? | Read/Write | Defines the visible text shown for the hyperlink; may be null |