PageLineJumpDirX cell (Page Layout section)
From Microsoft Office ShapeSheet
PageLineJumpDirX cell (Page Layout section)
Determines the direction of line jumps on horizontal dynamic connectors on the drawing page for which you haven't applied a local jump direction.
|
Value |
Line jump direction |
Automation constant |
|
0 |
Default; left or the page's setting for shapes |
visLOJumpDirXDefault |
|
1 |
Up |
visLOJumpDirXUp |
|
2 |
Down |
visLOJumpDirXDown |
Remarks
To reference the PageLineJumpDirX cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
PageLineJumpDirX |
To reference the PageLineJumpDirX cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionObject |
|
Row index: |
visRowPageLayout |
|
Cell index: |
visPLOJumpDirX |