ThreeDFormat.IncrementRotationHorizontal Method
Excel Developer Reference |
Changes the rotation of the specified shape horizontally by the specified number of degrees.
Version Information
Version Added: Excel 2007
Syntax
expression.IncrementRotationHorizontal(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 moves the shape left; a negative value moves it to the right. |
See Also