TextRange2.Paste Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pastes the contents of the Clipboard into the TextRange2 object.
public:
Microsoft::Office::Core::TextRange2 ^ Paste();
public Microsoft.Office.Core.TextRange2 Paste ();
abstract member Paste : unit -> Microsoft.Office.Core.TextRange2
Public Function Paste () As TextRange2
Returns
TextRange2