Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |
Remarks
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:
| Value | |
|---|---|
| Cell name: |
ConLineJumpCode |
To get a reference to the ConLineJumpCode cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowShapeLayout |
| Cell index: |
visSLOJumpCode |