ITextRange.Cut Method

Definition

Moves the text of the text range to the Clipboard.

public:
 void Cut();
void Cut();
public void Cut();
function cut()
Public Sub Cut ()

Remarks

Note

On Windows Phone, this method throws an exception. Programmatic access to the clipboard is not supported on Windows Phone.

Applies to

See also