Share via


Hyperlink.Move Method

Publisher Developer Reference

Moves the specified hyperlink by the specified number of units in the Pages collection.

Syntax

expression.Move(Unit, Count)

expression   A variable that represents a Hyperlink object.

Parameters

Name Required/Optional Data Type Description
Unit Required Long The text unit boundary.
Count Optional Long The number of units by which the hyperlink is to be moved. A positive value moves the text range forward, a negative value moves the text range backward, and 0 has no effect.

Remarks

Returns the number of units actually moved. If the application window is either maximized or minimized, this method will return an error.

See Also