GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Reference Constructor / Reference Constructor(String)
The range reference.


In This Topic
Reference Constructor(String)
In This Topic
Initializes a new instance of the Reference class.
Syntax
'Declaration
 
Public Function New( _
   ByVal address As String _
)
 
'Usage
 
Dim address As String
 
Dim instance As New Reference(address)

Parameters

address
The range reference.
See Also