OfficeDataSourceObject.Move(MsoMoveRow, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the focus to a specified row in a mail merge data source.
public int Move (Microsoft.Office.Core.MsoMoveRow MsoMoveRow, int RowNbr = 1);
abstract member Move : Microsoft.Office.Core.MsoMoveRow * int -> int
Public Function Move (MsoMoveRow As MsoMoveRow, Optional RowNbr As Integer = 1) As Integer
Parameters
- MsoMoveRow
- MsoMoveRow
Required MsoMoveRow. The row that receives the focus.
- RowNbr
- Int32
Optional Integer. The row number of the row that receives the focus.
Returns
Remarks
Some of the content in this topic may not be applicable to some languages.