Removes an element from this container.
public int remove( DhElement element )
element
The element to remove.
WFCInvalidArgumentException thrown if element is not a child of this container.
Returns the original ordinal position of the removed element.
See Also add