Previous Document Next Document
ShapeRange.Delete

Sub Delete()

Member of ShapeRange

The Delete method deletes all of the shapes in the range and empties the range object. The shapes are deleted from the document.

The following code example deletes all of the shapes from the active page.

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.