ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / Add Method
RTF object for the RTF object.

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

    Parameters

    obj
    RTF object for the RTF object.
    See Also