Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / GetHyperlink Method / GetHyperlink(Int32,Int32) Method
An integer value indicates the row index of cell.
An integer value indicates the column index of cell.


In This Topic
    GetHyperlink(Int32,Int32) Method
    In This Topic
    Gets the hyperlink of the specified cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetHyperlink( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Hyperlink
    'Usage
     
    
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim value As Hyperlink
     
    value = instance.GetHyperlink(row, column)
    public Hyperlink GetHyperlink( 
       int row,
       int column
    )

    Parameters

    row
    An integer value indicates the row index of cell.
    column
    An integer value indicates the column index of cell.

    Return Value

    The hyperlink of the specified cell.
    See Also