Share via


Selection.Cut Method

Deletes the specified object and places it on the Clipboard.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub Cut
'Usage
Dim instance As Selection

instance.Cut()
void Cut()

Examples

This example deletes the selection in window one and places a copy of it on the Clipboard.

Windows(1).Selection.Cut

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.PowerPoint Namespace