XlsBitmapShape
SetHyperLink Method
|
Sets a hyperlink for the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetHyperLink(
string linkString,
bool isExternal
)
Public Sub SetHyperLink (
linkString As String,
isExternal As Boolean
)
public:
void SetHyperLink(
String^ linkString,
bool isExternal
)
member SetHyperLink :
linkString : string *
isExternal : bool -> unit
Parameters
-
linkString
-
Type:
System
String
The URL or reference string for the hyperlink.
-
isExternal
-
Type:
System
Boolean
A boolean indicating whether the hyperlink is external.
See Also