'Declaration Public Function IntersectWith( _
ByVal referencesThe references to test.As CellReferences _
) As Boolean
public bool IntersectWith(
CellReferences references
)
public: bool IntersectWith(
CellReferences* references
)
public:
bool IntersectWith(
CellReferences^ references
)
Parameters
- references
- The references to test.
Return Value
True if there is any intersection; otherwise, false.