ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfCollection Class / Remove Method
The object for the Word/RTF document.

In This Topic
    Remove Method (RtfCollection)
    In This Topic
    Removes the specified Word/RTF object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal obj As RtfObject _
    ) 
    public void Remove( 
       RtfObject obj
    )

    Parameters

    obj
    The object for the Word/RTF document.
    See Also