PageShapeSplit Cell (Page Layout Section)

Indicates whether shapes on the page can be automatically split.

Value Description Automation constant
0
Do not allow automatic shape splitting. visPLOSplitNone
1
Allow automatic shape splitting (the default). visPLOSplitAllow

Remarks

Automatic splitting of shapes is enabled and disabled at three different levels: application, page, and shape. By default, splitting is enabled at the application and page levels. The default setting for shapes varies by drawing type.

To enable or disable splitting at the application level, use the Enable connector splitting setting on the Advanced tab of the Visio Options dialog box (click the Office button, click Options on the Visio tab, and then click Advanced ).

To enable or disable splitting at the shape level, see the ShapeSplit and ShapeSplittable cells.

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

Value
Cell name:
PageShapeSplit

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

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