Set hyperlink to a specified cell.
'Declaration
Function SetCellHyperLink( _
ByVal As System.Short, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As IExcelHyperLink _
) As System.Boolean
'Usage
Dim instance As IExcelReader
Dim sheet As System.Short
Dim row As System.Integer
Dim column As System.Integer
Dim hyperLink As IExcelHyperLink
Dim value As System.Boolean
value = instance.SetCellHyperLink(sheet, row, column, hyperLink)
System.bool SetCellHyperLink(
System.short ,
System.int ,
System.int column,
IExcelHyperLink
)
Parameters
- sheet
- The zero based sheet index used to locate the IExcelWorkbook instance
- row
- The zero based cell row index
- column
- The zero based cell column index
- hyperLink
- An IExcelHyperLink instance used to set the value
Return Value
true If the cell is in a valid cell in the specified worksheet, otherwise, false
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6