Share via


MoveDown Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

                 

Moves the selection down and returns the number of units it's been moved.

Note   The wdWindow constant can be used to move to the top or bottom of the active window. Regardless of the value of Count (greater than 1 or less than   1), the wdWindow constant moves only one unit. Use the wdScreen constant to move more than one screen.

Syntax

expression.MoveDown(Unit, Count, Extend)

expression   Required. An expression that returns a Selection object.

Unit   Optional Variant. The unit by which the selection is to be moved. Can be one of the following WdUnits constants: wdLine, wdParagraph, wdWindow, or wdScreen. The default value is wdLine.

Count   Optional Variant. The number of units the selection is to be moved. The default value is 1.

Extend   Optional Variant. Can be either wdMove or wdExtend. If wdMove is used, the selection is collapsed to the end point and moved down. If wdExtend is used, the selection is extended down. The default value is wdMove.