ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfCollection Class / Add Method
The Word/RTF object.

In This Topic
    Add Method (RtfCollection)
    In This Topic
    Adds the Word/RTF object to the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal obj As RtfObject _
    ) 
    public void Add( 
       RtfObject obj
    )

    Parameters

    obj
    The Word/RTF object.
    See Also