TextRange2.PasteSpecial(MsoClipboardFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以指定格式用剪贴板的内容替换文本范围。 如果粘贴成功,此方法将返回一个 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