Click or drag to resize

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
)

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