HyperlinkModel

HyperlinkModel

Overview

HyperlinkModel is a class in Aspose.Cells FOSS for .NET.

Represents hyperlink model.

Properties

NameTypeAccessDescription
FirstRowintRead/WriteGets or sets the zero‑based index of the first row the hyperlink covers
FirstColumnintRead/Write
TotalRowsintRead/WriteGets or sets the number of rows spanned by the hyperlink
TotalColumnsintRead/Write
AddressstringRead/WriteGets or sets the target URL or external address of the hyperlink
SubAddressstringRead/WriteGets or sets the internal cell reference within the workbook
ScreenTipstringRead/Write
TextToDisplaystringRead/WriteGets or sets the visible text shown for the hyperlink

See Also