The Placement method, Modify(XOffset, YOffset, Width, Height), changes the origin and size of the shape.
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 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. |