Spread Windows Forms 15.0
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)
    public Reference( 
       string address
    )

    Parameters

    address
    The range reference.
    See Also