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 (click Page Setup on the File menu).
To reference the LineAdjustFrom cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
LineAdjustFrom |
To reference 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 |