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

In This Topic
    Delete Method (ContentObject)
    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 Overridable Sub Delete() 
    public virtual void Delete()
    See Also