MsoPresetThreeDFormat Enumeration

Specifies an extrusion (three-dimensional) format.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoPresetThreeDFormat
'Usage
Dim instance As MsoPresetThreeDFormat
public enum MsoPresetThreeDFormat

Members

Member name Description
msoPresetThreeDFormatMixed Not used.
msoThreeD1 First 3-D format.
msoThreeD2 Second 3-D format.
msoThreeD3 Third 3-D format.
msoThreeD4 Fourth 3-D format.
msoThreeD5 Fifth 3-D format.
msoThreeD6 Sixth 3-D format.
msoThreeD7 Seventh 3-D format.
msoThreeD8 Eighth 3-D format.
msoThreeD9 Ninth 3-D format.
msoThreeD10 Tenth 3-D format.
msoThreeD11 Eleventh 3-D format.
msoThreeD12 Twelfth 3-D format.
msoThreeD13 Thirteenth 3-D format.
msoThreeD14 Fourteenth 3-D format.
msoThreeD15 Fifteenth 3-D format.
msoThreeD16 Sixteenth 3-D format.
msoThreeD17 Seventeenth 3-D format.
msoThreeD18 Eighteenth 3-D format.
msoThreeD19 Nineteenth 3-D format.
msoThreeD20 Twentieth 3-D format.

Remarks

The msoPresetThreeDFormat constants are numbered according to the order (left to right, top to bottom) in which they are shown in the 3-D Style button on the Formatting toolbar.

See Also

Reference

Microsoft.Office.Core Namespace