ThreeDFormat.IncrementRotationVertical Method
Excel Developer Reference |
Changes the rotation of the specified shape vertically by the specified number of degrees.
Version Information
Version Added: Excel 2007
Syntax
expression.IncrementRotationVertical(Increment)
expression A variable that represents a ThreeDFormat object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Increment | Required | Single | Specifies how much (in degrees) the rotation of the shape is to be changed horizontally. Can be a value from –90 through 90. A positive value tilts the shape up; a negative value tilts it down. |
See Also