Share via


ThreeDFormat.SetExtrusionDirection Method

Sets the direction that the extrusion's sweep path takes away from the extruded shape.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub SetExtrusionDirection ( _
    PresetExtrusionDirection As MsoPresetExtrusionDirection _
)
'Usage
Dim instance As ThreeDFormat
Dim PresetExtrusionDirection As MsoPresetExtrusionDirection

instance.SetExtrusionDirection(PresetExtrusionDirection)
void SetExtrusionDirection(
    MsoPresetExtrusionDirection PresetExtrusionDirection
)

Parameters

Remarks

This method sets the PresetExtrusionDirection property to the direction specified by the PresetExtrusionDirection argument.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Excel Namespace