'Declaration Public Function New( _
ByVal topLeftThe top-left cell reference.As CellReference, _
ByVal bottomRightThe bottom-right cell reference.As CellReference _
)
public CellReferences(
CellReference topLeft,
CellReference bottomRight
)
public: CellReferences(
CellReference* topLeft,
CellReference* bottomRight
)
public:
CellReferences(
CellReference^ topLeft,
CellReference^ bottomRight
)
Parameters
- topLeft
- The top-left cell reference.
- bottomRight
- The bottom-right cell reference.