Share via


ThreeDFormat.IncrementRotationVertical Method

Changes the rotation of the specified shape vertically 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 IncrementRotationVertical ( _
    Increment As Single _
)
'Usage
Dim instance As ThreeDFormat
Dim Increment As Single

instance.IncrementRotationVertical(Increment)
void IncrementRotationVertical(
    float Increment
)

Parameters

  • Increment
    Type: System.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

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Excel Namespace