LineAdjustTo Cell (Page Layout Section)
Determines which dynamic connectors line up on top of one another.
Value | Adjustment | Automation constant |
---|---|---|
0 |
Routing style default |
visPLOLineAdjustToDefault |
1 |
Lines that are close to each other |
visPLOLineAdjustToAll |
2 |
No lines |
visPLOLineAdjustToNone |
3 |
Related lines |
visPLOLineAdjustToRelated |
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, and then click Layout and Routing).
To get a reference to the LineAdjustTo cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
LineAdjustTo |
To get a reference to the LineAdjustTo cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOLineAdjustTo |