[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.Delete

Delete Method

Delete()

Deletes this content object from the parent Body.

Note that the position occupied by this content object in the parent can still be accessed (e.g. to insert new content) via a PersistentRange if one has previously been created with GetPersistentRange().

Declaration
public override void Delete()
Public Overrides Sub Delete()
Overrides