ComponentOne Word for UWP
Remove Method (RtfCollection)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfCollection Class : Remove Method
The object for the Word/RTF document.
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

Reference

RtfCollection Class
RtfCollection Members