PlaceStyle cell (Page Layout section)
Determines how shapes are placed on the page when you are laying out shapes using the Lay Out Shapes command.
Value |
Placement style |
Automation constant |
0 |
Default; radial for page and shape |
visPLOPlaceDefault |
1 |
Top to bottom |
visPLOPlaceTopToBottom |
2 |
Left to right |
visPLOPlaceLeftToRight |
3 |
Radial |
visPLOPlaceRadial |
4 |
Bottom to top |
visPLOPlaceBottomToTop |
5 |
Right to left |
visPLOPlaceRightToLeft |
6 |
Circular |
visPLOPlaceCircular |
Remarks
You can also set the value of this cell in the Lay Out Shapes dialog box (click Lay Out Shapes on the Shape menu).
To reference the PlaceStyle cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
PlaceStyle |
To reference the PlaceStyle cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOPlaceStyle |