Spread Windows Forms 12.0 Product Documentation
RangeReference Constructor(CellReference,CellReference)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > RangeReference Structure > RangeReference Constructor : RangeReference Constructor(CellReference,CellReference)
The top left reference.
The bottom right reference.
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

Reference

RangeReference Structure
RangeReference Members
Overload List