Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetAddress Method / GetAddress(IWorksheet,Int32,Int32,Expression) Method


In This Topic
    GetAddress(IWorksheet,Int32,Int32,Expression) Method
    In This Topic
    Gets the hyperlink address from the specified expression
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetAddress( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal expr As Expression _
    ) As String
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim expr As Expression
    Dim value As String
     
    value = UIHelper.GetAddress(worksheet, row, column, expr)
    public static string GetAddress( 
       IWorksheet worksheet,
       int row,
       int column,
       Expression expr
    )

    Parameters

    worksheet
    row
    column
    expr
    See Also