LineAdjustFrom Cell (Page Layout Section)
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:
Cell name: |
LineAdjustFrom |
To get a reference to the LineAdjustFrom cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOLineAdjustFrom |