Range.PasteAndFormat(WdRecoveryType) 方法

定义

粘贴选定的表格单元格,并为其设置指定的格式。

public:
 void PasteAndFormat(Microsoft::Office::Interop::Word::WdRecoveryType Type);
public void PasteAndFormat (Microsoft.Office.Interop.Word.WdRecoveryType Type);
abstract member PasteAndFormat : Microsoft.Office.Interop.Word.WdRecoveryType -> unit
Public Sub PasteAndFormat (Type As WdRecoveryType)

参数

Type
WdRecoveryType

必需 WdRecoveryType。 粘贴所选的表格单元格时使用的格式类型。

适用于