Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / Delete Method

In This Topic
    Delete Method (OMathElement)
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Overrides Sub Delete() 
    public override void Delete()
    See Also