Link Search Menu Expand Document

IHyperLinksAdd Method (CellsRange, String, String, String, String)

Adds the hyperlink.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
void Add(
	CellsRange Anchor,
	string Address,
	string SubAddress,
	string ScreenTip,
	string TextToDisplay
)

Parameters

Anchor
Type: Bytescout.Spreadsheet.StructuresCellsRange
The cells range.
Address
Type: SystemString
The hyperlink address.
SubAddress
Type: SystemString
The sub address.
ScreenTip
Type: SystemString
The screen tip.
TextToDisplay
Type: SystemString
The text to display.
See Also

Reference