Programmer's Reference > WordApplication API > Element > DeleteElement
Deletes all the text and properties of this Element. The element then is no longer a valid element of the type. It is now just a position of where that element used to be.
[csharp]
e.DeleteElement();
[vbnet]
e.DeleteElement()
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.