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
)
 
Public Function GetRangeHyperlinks ( 
	range As CellRange
) As HyperLinksCollection
 
public:
HyperLinksCollection^ GetRangeHyperlinks(
	CellRange^ range
)
 
member GetRangeHyperlinks : 
range : CellRange -> HyperLinksCollection 
 
 
 
Parameters
- 
range
 
- 
Type:
Spire.Xls
CellRange
range object.
 
Return Value
Type:
HyperLinksCollection
 
See Also