ShapeSplittable Cell (Shape Layout Section)

Indicates whether this 1-D shape can be split.

Value Description Automation constant

0

Do not allow this shape to be split.

visSLOSplittableNone

1

Allow this shape to be split.

visSLOSplittableAllow

Remarks

The default behavior for connectors and other 1-D shapes varies by drawing type.

Automatic splitting of shapes is enabled and disabled at three different levels: application, page, and shape. By default, splitting is enabled at the application level and page levels.

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 on a page, see the PageShapeSplit cell.

To cause a shape to be able to split 1-D splittable shapes, see the ShapeSplit cell.

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

Cell name:

ShapeSplittable

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

Section index:

visSectionObject

Row index:

visRowShapeLayout

Cell index:

visSLOSplittable

See Also