Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NMailMerge Class / MoveToRecord Method


In This Topic
    MoveToRecord Method
    In This Topic
    Moves the mail merge to the specified record
    Syntax
    'Declaration
     
    
    Public Function MoveToRecord( _
       ByVal recordIndex As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NMailMerge
    Dim recordIndex As System.Integer
    Dim value As System.Integer
     
    value = instance.MoveToRecord(recordIndex)
    public System.int MoveToRecord( 
       System.int recordIndex
    )

    Parameters

    recordIndex

    Return Value

    The new row index
    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