Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NMergeAndSaveBatch Class / MergeSection Method


In This Topic
    MergeSection Method
    In This Topic
    Merges the field values in the given section with the currently selected mail merge data record.
    Syntax
    'Declaration
     
    
    Protected Overridable Function MergeSection( _
       ByVal section As NSection _
    ) As NSection
    'Usage
     
    
    Dim instance As NMergeAndSaveBatch
    Dim section As NSection
    Dim value As NSection
     
    value = instance.MergeSection(section)
    protected virtual NSection MergeSection( 
       NSection section
    )

    Parameters

    section
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also