Excel) (ThreeDFormat 物件
代表圖案的立體格式。
註解
您無法套用立體格式套用至某些類型的圖形,例如斜面的圖案或多個脫離的路徑。 大部分的屬性和這類圖形 ThreeDFormat 物件的方法將會失敗。
範例
使用Shape物件的ThreeD屬性可傳回ThreeDFormat物件。 下列範例會將橢圓形新增至 myDocument,然後指定橢圓形的立體化深度為 50 點,而且立體化為紫色。
Set myDocument = Worksheets(1)
Set myShape = myDocument.Shapes.AddShape(msoShapeOval, _
90, 90, 90, 40)
With myShape.ThreeD
.Visible = True
.Depth = 50
.ExtrusionColor.RGB = RGB(255, 100, 255)
' RGB value for purple
End With
方法
- IncrementRotationHorizontal
- IncrementRotationVertical
- IncrementRotationX
- IncrementRotationY
- IncrementRotationZ
- ResetRotation
- SetExtrusionDirection
- SetPresetCamera
- SetThreeDFormat
屬性
- Application
- BevelBottomDepth
- BevelBottomInset
- BevelBottomType
- BevelTopDepth
- BevelTopInset
- BevelTopType
- ContourColor
- ContourWidth
- Creator
- Depth
- ExtrusionColor
- ExtrusionColorType
- FieldOfView
- LightAngle
- Parent
- Perspective
- PresetCamera
- PresetExtrusionDirection
- PresetLighting
- PresetLightingDirection
- PresetLightingSoftness
- PresetMaterial
- PresetThreeDFormat
- ProjectText
- RotationX
- RotationY
- RotationZ
- Visible
- Z
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。