Selection.Cut Method
Removes the specified object from the document and places it on the Clipboard.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Cut
'Usage
Dim instance As Selection
instance.Cut()
void Cut()
Remarks
The contents of the object are cut to the Clipboard but the collapsed object remains in the document.