'Declaration Public Shared Function Intersect( _
ByVal firstCellsThe first cells.As CellReferences, _
ByVal secondCellsThe second cells.As CellReferences _
) As CellReferences
public static CellReferences Intersect(
CellReferences firstCells,
CellReferences secondCells
)
public: static CellReferences* Intersect(
CellReferences* firstCells,
CellReferences* secondCells
)
public:
static CellReferences^ Intersect(
CellReferences^ firstCells,
CellReferences^ secondCells
)
Parameters
- firstCells
- The first cells.
- secondCells
- The second cells.
Return Value
A CellReferences instance if objects are intersecting; otherwise, null.