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 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 File tab, click Options, and then click Advanced ).

To enable or 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 by using the CellsU property, use:

Value
Cell name:
ShapeSplittable

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

Value
Section index:
visSectionObject
Row index:
visRowShapeLayout
Cell index:
visSLOSplittable