C1.WPF.Word.4.6.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 _
) 
 

Parameters

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