Compartir a través de


TextRange2.PasteSpecial(MsoClipboardFormat) Método

Definición

Reemplaza el intervalo de texto con el contenido del Portapapeles en el formato especificado. Si el pegado se realiza correctamente, este método devuelve un TextRange2 objeto que incluye el intervalo de texto que se pegó.

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

Parámetros

Format
MsoClipboardFormat

Determina el formato que se aplicará al contenido del Portapapeles al insertarlo en el documento.

Devoluciones

TextRange2

Se aplica a