Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetHyperlinkTarget Method
The current worksheet.
An integer value indicates the context row index.
An integer value indicates the context column index.
A string value indicates the worksheet place.
The target reference(s).


In This Topic
    GetHyperlinkTarget Method
    In This Topic
    Gets the worksheet reference(s) of the specified address.
    Syntax
    'Declaration
     
    
    Public Shared Sub GetHyperlinkTarget( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal address As String, _
       ByRef target As IWorksheet, _
       ByRef ranges() As Reference _
    ) 
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim address As String
    Dim target As IWorksheet
    Dim ranges() As Reference
     
    UIHelper.GetHyperlinkTarget(worksheet, row, column, address, target, ranges)
    public static void GetHyperlinkTarget( 
       IWorksheet worksheet,
       int row,
       int column,
       string address,
       out IWorksheet target,
       out Reference[] ranges
    )

    Parameters

    worksheet
    The current worksheet.
    row
    An integer value indicates the context row index.
    column
    An integer value indicates the context column index.
    address
    A string value indicates the worksheet place.
    target
    ranges
    The target reference(s).
    See Also