Previous Document Next Document

Object Model Reference : Classes : S : Shape : Methods : Shape.Cut


Shape.Cut

Sub Cut()

Description

Member of Shape

The Cut method copies a shape to the Clipboard before deleting the shape from the document.

VBA example

The following VBA example cuts the active shape from the document.

Sub Test()
 ActiveShape.Cut
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.