Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetAddress Method / GetAddress(WorksheetReference,Boolean,Boolean) Method
The worksheet place.
true if workbook should be included; otherwise, false.
true if the reference is relative; otherwise, false.


In This Topic
GetAddress(WorksheetReference,Boolean,Boolean) Method
In This Topic
Gets the address of a worksheet place.
Syntax
'Declaration
 
Public Overloads Shared Function GetAddress( _
   ByVal place As WorksheetReference, _
   Optional ByVal includeWorkbook As Boolean, _
   Optional ByVal relative As Boolean _
) As String
 
'Usage
 
Dim place As WorksheetReference
Dim includeWorkbook As Boolean
Dim relative As Boolean
Dim value As String
 
value = UIHelper.GetAddress(place, includeWorkbook, relative)

Parameters

place
The worksheet place.
includeWorkbook
true if workbook should be included; otherwise, false.
relative
true if the reference is relative; otherwise, false.
See Also