'Declaration Public Overloads Function SelectCells( _
ByVal firstCellСсылка на первую ячейку.As CellReference, _
ByVal secondCellСсылка на вторую ячейку.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
- Ссылка на первую ячейку.
- secondCell
- Ссылка на вторую ячейку.
Return Value
Экземпляр класса CellReferences.