Click or drag to resize

IExcelCellWriterSetHyperlink Method

Set a hyperlink into the cell content.

Namespace:  Casewhere.Runtime.IO
Assembly:  Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IExcelCellWriter SetHyperlink(
	string uriString
)

Parameters

uriString
Type: SystemString
The given url

Return Value

Type: IExcelCellWriter
The current cell.
See Also