title | keywords | f1_keywords | api_name | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|
Shape.Model3D property (Excel) |
vbaxl10.chm636158 |
|
|
05/14/2019 |
medium |
Returns a Model3DFormat object that contains Model3D properties. Read-only.
expression.Model3D
expression A variable that represents a Shape object.
This example enables the AutoFit property for all Model3D objects on worksheet one.
For Each s In Worksheets(1).Shapes
If s.Type = mso3DModel Then s.Model3D.AutoFit = True
Next
[!includeSupport and feedback]