PageLineJumpDirY cell (Page Layout section)
From Microsoft Office ShapeSheet
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 reference the PageLineJumpDirY cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
PageLineJumpDirY |
To reference the PageLineJumpDirY cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionObject |
|
Row index: |
visRowPageLayout |
|
Cell index: |
visPLOJumpDirY |