Field.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 Field
instance.Cut()
void Cut()