ThreeDFormat.ExtrusionColorType Property
Excel Developer Reference |
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. Read/write MsoExtrusionColorType.
Syntax
expression.ExtrusionColorType
expression A variable that represents a ThreeDFormat object.
Remarks
MsoExtrusionColorType can be one of these MsoExtrusionColorType constants. |
msoExtrusionColorAutomatic. Extrusion color based on shape fill. |
msoExtrusionColorTypeMixed |
msoExtrusionColorCustom. Extrusion color independent of shape fill. |
Example
If shape one on myDocument
has an automatic extrusion color, this example gives the extrusion a custom yellow color.
Visual Basic for Applications |
---|
|
See Also