Link Search Menu Expand Document

HyperLink Constructor (CellsRange, String)

Initializes a new instance of the HyperLink class.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public HyperLink(
	CellsRange Range,
	string Address
)

Parameters

Range
Type: Bytescout.Spreadsheet.StructuresCellsRange
The cells range.
Address
Type: SystemString
The hyperlink address.
See Also

Reference