Range.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 Range
instance.Cut()
void Cut()
Remarks
For a Range or Selection object, the contents of the object are cut to the Clipboard but the collapsed object remains in the document.