'Declaration Public Shared Function Union( _
ByVal firstCellsПервые ячейки.As CellReferences, _
ByVal secondCellsВторые ячейки.As CellReferences _
) As CellReferences
public static CellReferences Union(
CellReferences firstCells,
CellReferences secondCells
)
public: static CellReferences* Union(
CellReferences* firstCells,
CellReferences* secondCells
)
public:
static CellReferences^ Union(
CellReferences^ firstCells,
CellReferences^ secondCells
)
Parameters
- firstCells
- Первые ячейки.
- secondCells
- Вторые ячейки.
Return Value
Экземпляр CellReferences, который содержит оба из двух CellReferences, которые образуют объединение.