{description}
{excerpt}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.{excerpt}
{signature:C#}
 public virtual void DeleteElement()
{signature}{signature:vb.net}
Public Overridable Sub DeleteElement()
{signature}
{example}{code:csharp|title=C#}
e.DeleteElement();{code}
{code:vb.net|title=vb.net}
e.DeleteElement(){code}

{example}