HyperLink Constructor (CellsRange, String, String, String, String)Bytescout Spreadsheet SDK
Initializes a new instance of the HyperLink class.

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

public HyperLink(
	CellsRange Range,
	string Address,
	string SubAddress,
	string ScreenTip,
	string TextToDisplay
)

Parameters

Range
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