'Declaration Public Function IntersectWith( _
ByVal cellReferencesCell references.As CellReferences _
) As Boolean
public bool IntersectWith(
CellReferences cellReferences
)
public: bool IntersectWith(
CellReferences* cellReferences
)
public:
bool IntersectWith(
CellReferences^ cellReferences
)
Parameters
- cellReferences
- Cell references.
Return Value
True if this set intersects with specified cell reference; otherwise, false.