TextRange2.PasteSpecial(MsoClipboardFormat) 方法

定义

以指定格式用剪贴板的内容替换文本范围。 如果粘贴成功,此方法将返回一个 TextRange2 对象,其中包括粘贴的文本范围。

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

参数

Format
MsoClipboardFormat

决定在将剪贴板中的内容插入到文档中时所采用的格式。

返回

TextRange2

适用于