PageLineJumpDirY Cell (Page Layout Section)
Determines the direction of line jumps on vertical dynamic connectors on the drawing page for which you haven't applied a local jump direction.
Value | Line jump direction | Automation constant |
---|---|---|
0 |
Default; up or the page's setting for shapes |
visLOJumpDirYDefault |
1 |
Left |
visLOJumpDirYLeft |
2 |
Right |
visLOJumpDirYRight |
Remarks
To get a reference to the PageLineJumpDirY cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
PageLineJumpDirY |
To get a reference to the PageLineJumpDirY cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOJumpDirY |