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 (on the Design tab, click the Page Setup arrow, and then click Layout and Routing).
To get a reference to the LineJumpCode cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
LineJumpCode |
To get a reference to 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 |