Share via


ThreeDFormat.PresetThreeDFormat Property

Returns the preset extrusion format.

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

Syntax

'Declaration
ReadOnly Property PresetThreeDFormat As MsoPresetThreeDFormat
    Get
'Usage
Dim instance As ThreeDFormat
Dim value As MsoPresetThreeDFormat

value = instance.PresetThreeDFormat
MsoPresetThreeDFormat PresetThreeDFormat { get; }

Property Value

Type: Microsoft.Office.Core.MsoPresetThreeDFormat

Remarks

Each preset extrusion format contains a set of preset values for the various properties of the extrusion. If the extrusion has a custom format rather than a preset format, this property returns msoPresetThreeDFormatMixed. The values for this property correspond to the options (numbered from left to right, top to bottom) displayed when you click the 3-D button on the Drawing toolbar.

To set the preset extrusion format, use the SetThreeDFormat method.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Excel Namespace