Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |