ShapeRange.IncrementTop Method
Word Developer Reference |
Moves the specified shape vertically by the specified number of points.
Syntax
expression.IncrementTop(Increment)
expression Required. A variable that represents a ShapeRange object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Increment | Required | Single | Specifies how far the shape object is to be moved vertically, in points. A positive value moves the shape down; a negative value moves it up. |
See Also