LineJumpCode cell (Page Layout section)
Determines the connectors to which you want to add jumps.
Value |
Connectors to which you want to add jumps |
Automation constant |
0 |
None |
visPLOJumpNone |
1 |
Horizontal lines |
visPLOJumpHorizontal |
2 |
Vertical lines |
visPLOJumpVertical |
3 |
Last routed line |
visPLOJumpLastRouted |
4 |
Last displayed line (top shape in the z-order) |
visPLOJumpDisplayOrder |
5 |
First displayed line (shape at the bottom of the z-order) |
visPLOJumpReverseDisplayOrder |
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 LineJumpCode cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
LineJumpCode |
To reference the LineJumpCode cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOJumpCode |