ShapePlowCode Cell (Shape Layout Section)
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 |
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, on the Developer tab, in the Shape Design group, click Behavior , 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 get a reference to the ShapePlowCode cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | ShapePlowCode |
To get a reference to 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 |