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
| Signature | Description |
|---|---|
GetFirstRow() → int | Gets or sets the first row. |
SetFirstRow(value: int) | Sets the first row value. |
GetFirstColumn() → int | Gets or sets the first column. |
SetFirstColumn(value: int) | Sets the first column value. |
GetTotalRows() → int | Gets or sets the total rows. |
SetTotalRows(value: int) | Sets the total rows value. |
GetTotalColumns() → int | Gets or sets the total columns. |
SetTotalColumns(value: int) | Sets the total columns value. |
GetAddress() → std::string | Gets or sets the address. |
SetAddress(value: std::string) | Sets the address value. |
GetSubAddress() → std::string | Gets or sets the sub address. |
SetSubAddress(value: std::string) | Sets the sub address value. |
GetScreenTip() → std::string | Gets or sets the screen tip. |
SetScreenTip(value: std::string) | Sets the screen tip value. |
GetTextToDisplay() → std::string | Gets or sets the text to display. |
SetTextToDisplay(value: std::string) | Sets the text to display value. |