Click or drag to resize

HyperLinksCollection GetRangeHyperlinks Method (CellRange)

Gets hyperlinks for the specified range.

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

Parameters

range
Type: Spire.Xls CellRange
range object.

Return Value

Type: HyperLinksCollection
See Also