XlsBitmapShape
GetHyperLink Method
|
Creates and returns a new HyperLink object associated with the current worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public HyperLink GetHyperLink()
Public Function GetHyperLink As HyperLink
public:
HyperLink^ GetHyperLink()
member GetHyperLink : unit -> HyperLink
Return Value
Type:
HyperLink
A new HyperLink object configured with the current worksheet and hyperlink conversion settings.
See Also