PlowCode Cell (Page Layout Section)
Determines whether placeable shapes move away when you drop a placeable shape near another placeable shape on the drawing page.
Value | Description | Automation constant |
---|---|---|
0 |
Don't move shapes |
visPLOPlowNone |
1 |
Move shapes |
visPLOPlowAll |
Remarks
You can also set the value of this cell on the Layout and Routing tab in the Page Setup dialog box (on the Design tab, click the Page Setup arrow) by using the Move other shapes away on drop check box.
To get a reference to the PlowCode cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
PlowCode |
To get a reference to the PlowCode cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOPlowCode |