ShapePlowCode Cell (Shape Layout Section) [Visio 2003 SDK Documentation]

Determines whether this placeable shape moves away when you drop another placeable shape near this shape on the drawing page.

Value Description Automation constant

0

Plow as page specifies.

visSLOPlowDefault

1

Plow no shapes.

visSLOPlowNever

2

Plow every shape.

visSLOPlowAlways

Remarks

You can also set the value of this cell for a particular shape 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).

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

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

Cell name:

ShapePlowCode

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

Section index:

visSectionObject

Row index:

visRowShapeLayout

Cell index:

visSLOPlowCode