Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > Element > DeleteElement

DeleteElement Method



Signature:

public void DeleteElement ( )

Description:

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.

Examples:

[csharp]
e.DeleteElement();
[vbnet]
e.DeleteElement()



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.