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

In This Topic
    Add Method (RtfHeaderFooter)
    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