ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / Merging Method / Merging(C1WordDocument) Method
The other Word/RTF document.

In This Topic
    Merging(C1WordDocument) Method
    In This Topic
    The merging of this document and other.
    Syntax
    'Declaration
     
    Public Overloads Sub Merging( _
       ByVal other As C1WordDocument _
    ) 
    public void Merging( 
       C1WordDocument other
    )

    Parameters

    other
    The other Word/RTF document.
    See Also