Range.Cut Method

Definition

Removes the specified object from the document and places it on the Clipboard.

public:
 void Cut();
public void Cut ();
abstract member Cut : unit -> unit
Public Sub 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.

Applies to