Hyperlink

Overview

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

Represents hyperlink.

Methods

SignatureDescription
GetArea()std::stringGets the area.
GetAddress()std::stringGets or sets the address.
SetAddress(value: std::string)
GetLinkType()TargetModeTypeGets the link type.
GetScreenTip()std::stringGets or sets the screen tip.
SetScreenTip(value: std::string)
GetTextToDisplay()std::stringGets or sets the text to display.
SetTextToDisplay(value: std::string)
Delete()Performs delete.

See Also