Selection.Fragment Method

Visio Automation Reference

Breaks selected shapes into smaller shapes.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.Fragment

expression   A variable that represents a Selection object.

Return Value
Nothing

Remarks

Using the Fragment method is equivalent to clicking Fragment on the Operations submenu of the Shape menu. The produced shapes are the topmost shapes in the containing shape of the selected shapes. They inherit the formatting of the first selected shape and have no text.

The original shapes are deleted and there aren't any shapes selected when the operation is complete.

See Also