ThreeDFormat.IncrementRotationHorizontal Method
Changes the rotation of the specified shape horizontally by the specified number of degrees.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub IncrementRotationHorizontal ( _
Increment As Single _
)
'Usage
Dim instance As ThreeDFormat
Dim Increment As Single
instance.IncrementRotationHorizontal(Increment)
void IncrementRotationHorizontal(
float Increment
)
Parameters
Increment
Type: System.SingleSpecifies 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.