Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves a record in a return set from an OfficeDataSourceObject object from one position to another.
Syntax
expression.Move(MsoMoveRow, RowNbr)
expression A variable that represents an OfficeDataSourceObject object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| MsoMoveRow | Required | MsoMoveRow | A constant specifying which row to move. |
| RowNbr | Optional | Integer | The number of the destination row. |
Return value
Integer
Example
The following example moves the first row in the set of records to the third row.
oOdso.Move(msoMoveRowFirst, 3)
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.