Shape.LeftRelative Property

Word Developer Reference

Returns or sets a Single that represents the relative left position of a shape. Read/write.

Version Information
 Version Added:  Word 2007

Syntax

expression.LeftRelative

expression   An expression that returns a Shape object.

Remarks

Use this property with the RelativeHorizontalPosition property. When set to wdShapePositionRelativeNone (-999999) (see the WdShapePositionRelative enumeration), this property should be ignored because the shape does not use percent positioning. The horizontal position is solely determined by the Left property.

See Also