ShapeRange.ThreeD Property
Excel Developer Reference |
Returns a ThreeDFormat object that contains 3-D – effect formatting properties for the specified shape. Read-only.
Syntax
expression.ThreeD
expression A variable that represents a ShapeRange object.
Example
This example sets the depth, extrusion color, extrusion direction, and lighting direction for the 3-D effects applied to shape one on myDocument
.
Visual Basic for Applications |
---|
|
See Also