'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.