paste method

This method pastes the content form the clipboard into the current range. When the range in the clipboard is larger than the range to paste, or the range to paste has data already, calling paste method causes the application to freeze.

Defined in

Range

Syntax

public void paste()

See examples

Example: cut method

Example: copy method

Related information

copy method

cut method