Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines which dynamic connectors the application spaces apart if they route on top of each other.
| Value | Adjustment | Automation constant |
|---|---|---|
| 0 |
Unrelated lines |
visPLOLineAdjustFromNotRelated |
| 1 |
All lines |
visPLOLineAdjustFromAll |
| 2 |
No lines |
visPLOLineAdjustFromNone |
| 3 |
Routing style default |
visPLOLineAdjustFromRoutingDefault |
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 LineAdjustFrom cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
LineAdjustFrom |
To get a reference to the LineAdjustFrom cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowPageLayout |
| Cell index: |
visPLOLineAdjustFrom |