ConLineJumpCode Cell (Shape Layout Section)
Determines when a connector jumps.
Value | Description | Automation constant |
|---|---|---|
0 | As page specifies; on the Design tab, click the arrow in the Page Setup group, and then click the Layout and Routing tab to see the page specifications | visSLOJumpDefault |
1 | Never | visSLOJumpNever |
2 | Always | visSLOJumpAlways |
3 | Other connector jumps | visSLOJumpOther |
4 | Neither connector jumps | visSLOJumpNeither |
You can also set the value of this cell by selecting a dynamic connector, clicking Behavior in the Shape Design group on the Developer tab, and then clicking the Connector tab.
To get a reference to the ConLineJumpCode cell by name from another formula, or from a program by using the CellsU property, use:
Cell name: | ConLineJumpCode |
To get a reference to the ConLineJumpCode cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowShapeLayout |
Cell index: | visSLOJumpCode |