title | keywords | f1_keywords | api_name | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|
ShapeRange.Model3D property (Excel) |
vbaxl10.chm640148 |
|
|
05/14/2019 |
medium |
Returns a Model3DFormat object that contains Model3D properties. Read-only.
expression.Model3D
expression A variable that represents a ShapeRange object.
This example selects all shapes in worksheet one, and then disables the AutoFit property of all Model3D objects in the selection.
Set myDocument = Worksheets(1)
myDocument.Shapes.SelectAll
Selection.ShapeRange.Model3D.AutoFit = False
[!includeSupport and feedback]