PlacementModify (Method)

Applies To:

Shapes collection (Placement node)

Description:

Enables the parent shape or control to be moved or resized.

All parameters must be supplied. If YOffset, Width, or Height are not supplied, YOffset has a value of zero, and Width and Height have a value of one.

Using this method is a quick way to set all Placement properties at once.

Note:

To keep the current position or size of a shape when using the Placement.Modify method, supply the current values using the Placement properties.

Syntax:

Modify(XOffset, YOffset, Width, Height)