Share via


ThreeDFormat.PresetExtrusionDirection Property

Returns the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion).

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

Syntax

'Declaration
ReadOnly Property PresetExtrusionDirection As MsoPresetExtrusionDirection
    Get
'Usage
Dim instance As ThreeDFormat
Dim value As MsoPresetExtrusionDirection

value = instance.PresetExtrusionDirection
MsoPresetExtrusionDirection PresetExtrusionDirection { get; }

Property Value

Type: Microsoft.Office.Core.MsoPresetExtrusionDirection

Remarks

To set the value of this property, use the SetExtrusionDirection method.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Excel Namespace