HyperlinkModel

HyperlinkModel

Overview

HyperlinkModel is a class in Aspose.Cells FOSS for C++.

Represents hyperlink model.

This class provides 16 methods for working with HyperlinkModel objects in C++ programs. Available methods include: GetAddress, GetFirstColumn, GetFirstRow, GetScreenTip, GetSubAddress, GetTextToDisplay, GetTotalColumns, GetTotalRows, SetAddress, SetFirstColumn, SetFirstRow, SetScreenTip, and 4 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetFirstRow()intGets or sets the first row.
SetFirstRow(value: int)Sets the first row value.
GetFirstColumn()intGets or sets the first column.
SetFirstColumn(value: int)Sets the first column value.
GetTotalRows()intGets or sets the total rows.
SetTotalRows(value: int)Sets the total rows value.
GetTotalColumns()intGets or sets the total columns.
SetTotalColumns(value: int)Sets the total columns value.
GetAddress()std::stringGets or sets the address.
SetAddress(value: std::string)Sets the address value.
GetSubAddress()std::stringGets or sets the sub address.
SetSubAddress(value: std::string)Sets the sub address value.
GetScreenTip()std::stringGets or sets the screen tip.
SetScreenTip(value: std::string)Sets the screen tip value.
GetTextToDisplay()std::stringGets or sets the text to display.
SetTextToDisplay(value: std::string)Sets the text to display value.

See Also

 English