Click or drag to resize

HyperLinksCollection Add Method (HyperLink)

Adds new hyperlink.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Add(
	HyperLink link
)

Parameters

link
Type: Spire.Xls HyperLink
Hyperlink to add.

Return Value

Type: Int32
index of Hyperlink added.
See Also