ShapePermeablePlace cell (Shape Layout section)
Determines whether placeable shapes can be placed on top of a shape when laying out shapes using the Lay Out Shapes command.
Value |
Description |
TRUE |
Enable shapes to be placed on top of a shape. |
FALSE |
Do not enable shapes to be placed on top of a shape. |
Remarks
You can also set the value of this cell on the Placement tab in the Behavior dialog box (with a shape selected, click Behavior on the Format menu, and then click the Placement tab).
In versions earlier than Microsoft Visio 2000, you set this behavior using the ObjInteract cell in the Miscellaneous section.
To reference the ShapePermeablePlace cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
ShapePermeablePlace |
To reference the ShapePermeablePlace cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowShapeLayout |
Cell index: |
visSLOPermeablePlace |