Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / VisitHyperlink Method


In This Topic
VisitHyperlink Method
In This Topic
Marks that the hyperlink is visited.
Syntax
'Declaration
 
Public Sub VisitHyperlink( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
 
'Usage
 
Dim instance As Worksheet
Dim row As Integer
Dim column As Integer
 
instance.VisitHyperlink(row, column)

Parameters

row
column
See Also