ShapePlaceFlip Cell (Shape Layout Section)

Determines how a placeable shape flips, rotates, or both on the page when you are laying out shapes by using the Configure Layout dialog box (on the Design tab, in the Layout group, click Re-Layout Page, and then click More Layout Options).

Value Description Automation constant
0
Use page default. visLOFlipDefault
1
Flip horizontal. visLOFlipX
2
Flip vertical. visLOFlipY
4
Flip in 90 degree increments between 0 and 270. visLOFlipRotate
8
Do not flip. visLOFlipNone

Remarks

The value in the ShapePlaceFlip cell helps orient a placeable shape toward the next placeable shape it is connected to.

To set this behavior for all the shapes on the drawing page, use the PlaceFlip cell in the Page Layout section.

To get a reference to the ShapePlaceFlip cell by name from another formula, or from a program by using the CellsU property, use:

Value
Cell name:
ShapePlaceFlip

To get a reference to the ShapePlaceFlip cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionObject
Row index:
visRowShapeLayout
Cell index:
visSLOPlaceFlip