Spread WinForms 15
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)

Parameters

worksheet
row
column
expr
See Also