Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies how shapes are placed on the page when shapes are laid out in the Configure Layout dialog box (on the Design tab, in the Layout group, click Re-Layout Page, and then click More Layout Options). Stores layout style and alignment values from VisCellIndices.
| Constant | Value |
|---|---|
| visLOPlaceBottomToTop |
4 |
| visLOPlaceCircular |
6 |
| visLOPlaceCompactDownLeft |
14 |
| visLOPlaceCompactDownRight |
7 |
| visLOPlaceCompactLeftDown |
13 |
| visLOPlaceCompactLeftUp |
12 |
| visLOPlaceCompactRightDown |
8 |
| visLOPlaceCompactRightUp |
9 |
| visLOPlaceCompactUpLeft |
11 |
| visLOPlaceCompactUpRight |
10 |
| visLOPlaceDefault |
0 |
| visLOPlaceHierarchyBottomToTopCenter |
20 |
| visLOPlaceHierarchyBottomToTopLeft |
19 |
| visLOPlaceHierarchyBottomToTopRight |
21 |
| visLOPlaceHierarchyLeftToRightBottom |
24 |
| visLOPlaceHierarchyLeftToRightMiddle |
23 |
| visLOPlaceHierarchyLeftToRightTop |
22 |
| visLOPlaceHierarchyRightToLeftBottom |
27 |
| visLOPlaceHierarchyRightToLeftMiddle |
26 |
| visLOPlaceHierarchyRightToLeftTop |
25 |
| visLOPlaceHierarchyTopToBottomCenter |
17 |
| visLOPlaceHierarchyTopToBottomLeft |
16 |
| visLOPlaceHierarchyTopToBottomRight |
18 |
| visLOPlaceLeftToRight |
2 |
| visLOPlaceParentDefault |
15 |
| visLOPlaceRadial |
3 |
| visLOPlaceRightToLeft |
5 |
| visLOPlaceTopToBottom |
1 |
To refer to the ShapePlaceStyle cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
ShapePlaceStyle |
To refer to the ShapePlaceStyle cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowShapeLayout |
| Cell index: |
visSLOPlaceStyle |