Share via


OfficeDataSourceObject.Move Method

Moves the focus to a specified row in a mail merge data source.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Move ( _
    MsoMoveRow As MsoMoveRow, _
    RowNbr As Integer _
) As Integer
'Usage
Dim instance As OfficeDataSourceObject
Dim MsoMoveRow As MsoMoveRow
Dim RowNbr As Integer
Dim returnValue As Integer

returnValue = instance.Move(MsoMoveRow, _
    RowNbr)
int Move(
    MsoMoveRow MsoMoveRow,
    int RowNbr
)

Parameters

  • RowNbr
    Type: System.Int32

    Optional Integer. The row number of the row that receives the focus.

Return Value

Type: System.Int32

Remarks

Some of the content in this topic may not be applicable to some languages.

See Also

Reference

OfficeDataSourceObject Interface

OfficeDataSourceObject Members

Microsoft.Office.Core Namespace