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 (click Page Setup on the File menu).
To reference the LineAdjustTo cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
LineAdjustTo |
To reference the LineAdjustTo cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOLineAdjustTo |