'Declaration Public Shared Function Union( _
ByVal firstCellsThe first cells.As CellReferences, _
ByVal secondCellsThe second cells.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
- The first cells.
- secondCells
- The second cells.
Return Value
A CellReferences instance that contains both of the two CellReferences that form the union.