Click or drag to resize

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()

Return Value

Type: HyperLink
A new HyperLink object configured with the current worksheet and hyperlink conversion settings.
See Also