ThreeDFormat.ExtrusionColorType Property
Returns or sets a value that indicates whether the extrusion color is based on the extruded shape’s fill (the front face of the extrusion) and automatically changes when the shape’s fill changes, or whether the extrusion color is independent of the shape’s fill.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ExtrusionColorType As MsoExtrusionColorType
Get
Set
'Usage
Dim instance As ThreeDFormat
Dim value As MsoExtrusionColorType
value = instance.ExtrusionColorType
instance.ExtrusionColorType = value
MsoExtrusionColorType ExtrusionColorType { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoExtrusionColorType