Click or drag to resize

HyperLinksCollection Add Method (CellRange)

Addss a new hyperlink.

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

Parameters

range
Type: Spire.Xls CellRange
range object.

Return Value

Type: HyperLink
See Also