Previous Document Next Document

Object Model Reference : Classes : S : ShapeRange : Methods : ShapeRange.UngroupAll


ShapeRange.UngroupAll

Sub UngroupAll()

Description

Member of ShapeRange

The UngroupAll method ungroups all the groups in a shape range.

VBA example

The following VBA example ungroups any groups on the active page.

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.