Move Method

The Move method sets the coordinates for the left and top edge of the selection.

Syntax

object.Move(x,y)

 

Parameter Type Description
x Double required, left edge position, in page units
y Double required, top edge position, in page units

 

Example

This example shows how to set the left and top edge of the selected object.

Selection.Move(4.5, 6.25)

 

Used by: AutoSelection collection