Returns the set of Link objects that are members of each of the specified Links collections.
VBA / VB.NET
Retval = object.Intersect(LinkSelection)
Type: Links
The current object or objects this method applies to.
Type: Links
The Links collection with which to intersect the current object.
Type: Links
The Link objects that were found in both of the specified Links collections.
Intersect returns only those Links that appear in both of the specified collections.