HyperLinksAdd Method (CellsRange, String, String, String, String)Bytescout Spreadsheet SDK
Adds the hyperlink.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public 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.

Implements

IHyperLinksAdd(CellsRange, String, String, String, String)
See Also

Reference