ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfSection Class / Add Method
The Word/RTF object.

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

    Parameters

    obj
    The Word/RTF object.
    See Also