Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / RangeReference Constructor / RangeReference Constructor(CellReference,CellReference)
The top left reference.
The bottom right reference.


In This Topic
    RangeReference Constructor(CellReference,CellReference)
    In This Topic
    Initializes a new instance of the RangeReference struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal topLeft As CellReference, _
       ByVal bottomRight As CellReference _
    )
    'Usage
     
    
    Dim topLeft As CellReference
    Dim bottomRight As CellReference
     
    Dim instance As New RangeReference(topLeft, bottomRight)
    public RangeReference( 
       CellReference topLeft,
       CellReference bottomRight
    )

    Parameters

    topLeft
    The top left reference.
    bottomRight
    The bottom right reference.
    See Also