Reference Constructor(String)
In This Topic
Initializes a new instance of the
Reference class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim address As String
Dim instance As New Reference(address)
public Reference(
string
)
Parameters
- address
- The range reference.
See Also