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/disable splitting at the application level, use the Enable connector splitting setting on the General tab of the Options dialog box (Tools menu).

To enable/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:

Cell name:

PageShapeSplit

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

Section index:

visSectionObject

Row index:

visRowPageLayout

Cell index:

visPLOSplit

See Also