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
)
 
Public Function Add ( 
	link As HyperLink
) As Integer
 
public:
int Add(
	HyperLink^ link
)
 
member Add : 
link : HyperLink -> int 
 
 
 
Parameters
- 
link
 
- 
Type:
Spire.Xls
HyperLink
Hyperlink to add.
 
Return Value
Type:
Int32
index of Hyperlink added.
 
See Also