ThreeDFormat.SetThreeDFormat Method
Sets the preset extrusion format. Each preset extrusion format contains a set of preset values for the various properties of the extrusion.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SetThreeDFormat ( _
PresetThreeDFormat As MsoPresetThreeDFormat _
)
'Usage
Dim instance As ThreeDFormat
Dim PresetThreeDFormat As MsoPresetThreeDFormat
instance.SetThreeDFormat(PresetThreeDFormat)
void SetThreeDFormat(
MsoPresetThreeDFormat PresetThreeDFormat
)
Parameters
PresetThreeDFormat
Type: Microsoft.Office.Core.MsoPresetThreeDFormatRequired MsoPresetThreeDFormat. Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, from top to bottom) displayed when you click the 3-D button on the Drawing toolbar.
Remarks
This method sets the PresetThreeDFormat property to the format specified by the PresetThreeDFormat argument.