'Declaration Public Overloads Function SelectCells( _
ByVal firstCellReference to the first cell.As CellReference, _
ByVal secondCellReference to the second cell.As CellReference _
) As CellReferences
public CellReferences SelectCells(
CellReference firstCell,
CellReference secondCell
)
public: CellReferences* SelectCells(
CellReference* firstCell,
CellReference* secondCell
)
public:
CellReferences^ SelectCells(
CellReference^ firstCell,
CellReference^ secondCell
)
Parameters
- firstCell
- Reference to the first cell.
- secondCell
- Reference to the second cell.
Return Value
An instance of CellReferences class.