'Declaration Public Function IntersectWith( _
ByVal cellReferencesСсылки на ячейки.As CellReferences _
) As Boolean
public bool IntersectWith(
CellReferences cellReferences
)
public: bool IntersectWith(
CellReferences* cellReferences
)
public:
bool IntersectWith(
CellReferences^ cellReferences
)
Parameters
- cellReferences
- Ссылки на ячейки.
Return Value
True, если этот набор пересекается с указанной ссылкой на ячейку; в противном случае, false.