RouteStyle Cell (Page Layout Section)

Determines the routing style and direction for all connectors on the drawing page that don't have a local routing style.

Value Routing style Direction Automation constant
0
Default; right angle
None
visLORouteDefault
1
Right angle
None
visLORouteRightAngle
2
Straight
None
visLORouteStraight
3
Organization chart
Top to bottom
visLORouteOrgChartNS
4
Organization chart
Left to right
visLORouteOrgChartWE
5
Flowchart
Top to bottom
visLORouteFlowchartNS
6
Flowchart
Left to right
visLORouteFlowchartWE
7
Tree
Top to bottom
visLORouteTreeNS
8
Tree
Left to right
visLORouteTreeWE
9
Network
None
visLORouteNetwork
10
Organization chart
Bottom to top
visLORouteOrgChartSN
11
Organization chart
Right to left
visLORouteOrgChartEW
12
Flowchart
Bottom to top
visLORouteFlowchartSN
13
Flowchart
Right to left
visLORouteFlowchartEW
14
Tree
Bottom to top
visLORouteTreeSN
15
Tree
Right to left
visLORouteTreeEW
16
Center to center
None
visLORouteCenterToCenter
17
Simple
Top to bottom
visLORouteSimpleNS
18
Simple
Left to right
visLORouteSimpleWE
19
Simple
Bottom to top
visLORouteSimpleSN
20
Simple
Right to left
visLORouteSimpleEW
21
Simple horizontal-vertical
None
visLORouteSimpleHV
22
Simple vertical-horizontal
None
visLORouteSimpleVH

Remarks

You can also set the value of this cell on the Layout and Routing tab in the Page Setup dialog box (on the Design tab, click the Page Setup arrow, click Layout and Routing, and then click Spacing ).

You can set a local routing style for a connector in the ShapeRouteStyle cell of the Shape Layout section.

To get a reference to the RouteStyle cell by name from another formula, or from a program using the CellsU property, use:

Value
Cell name:
RouteStyle

To get a reference to the RouteStyle cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionObject
Row index:
visRowPageLayout
Cell index:
visPLORouteStyle