Returns the set of Link objects resulting from the subtraction of one Links collection from another.
VBA / VB.NET
Retval = object.Subtract(LinkSelection)
Type: Links
The current object or objects this method applies to.
Type: Links
The Links collection to subtract from the current object.
Type: Links
The Link objects remaining after subtracting LinkSelection from object.
The resulting collection contains all members of the current object that do not appear in the LinkSelection collection.