PlaceDepth cell (Page Layout section)
PlaceDepth cell (Page Layout section)
See also
Section
Rows
Determines the method by which the drawing is analyzed before creating the layout, and determines the type of layout.
| Value | Placement depth for vertical and horizontal layouts | Automation constant |
| 0 | Page default | visPLOPlaceDepthDefault |
| 1 | Medium | visPLOPlaceDepthMedium |
| 2 | Deep | visPLOPlaceDepthDeep |
| 3 | Shallow | visPLOPlaceDepthShallow |
Remarks
You can also set the value of this cell by using the Lay Out Shapes dialog box (click Lay Out Shapes on the Shape menu).
To reference the PlaceDepth cell by name from another formula, or from a program using the
Cells property, use:
To reference the PlaceDepth cell by index from a program, use the
CellsSRC property with the following arguments:
| Section index: | visSectionObject |
| Row index: | visRowPageLayout |
| Cell index: | visPLOPlaceDepth |