Previous Document Next Document
ShapeRange.UngroupAll

Sub UngroupAll()

Member of ShapeRange

The UngroupAll method ungroups all of the groups in the range.

The following code example ungroups any groups on the active page:

Sub Test() 
 ActivePage.Shapes.All.UngroupAll 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.