Freigeben über


TextRange2.PasteSpecial(MsoClipboardFormat) Methode

Definition

Ersetzt den Textbereich durch den Inhalt der Zwischenablage im angegebenen Format. Wenn der Einfügevorgang erfolgreich ist, gibt diese Methode ein TextRange2 -Objekt einschließlich des eingefügten Textbereichs zurück.

public:
 Microsoft::Office::Core::TextRange2 ^ PasteSpecial(Microsoft::Office::Core::MsoClipboardFormat Format);
public Microsoft.Office.Core.TextRange2 PasteSpecial (Microsoft.Office.Core.MsoClipboardFormat Format);
abstract member PasteSpecial : Microsoft.Office.Core.MsoClipboardFormat -> Microsoft.Office.Core.TextRange2
Public Function PasteSpecial (Format As MsoClipboardFormat) As TextRange2

Parameter

Format
MsoClipboardFormat

Bestimmt das Format für den Inhalt der Zwischenablage, wenn dieser in das Dokument eingefügt wird.

Gibt zurück

TextRange2

Gilt für: