Object Model Reference : Classes : S : Shape : Methods : Shape.Cut |
Sub Cut()
Member of Shape
The Cut method copies a shape to the Clipboard before deleting the shape from the document.
The following VBA example cuts the active shape from the document.
Sub Test() |
ActiveShape.Cut |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.