Selection.PasteAndFormat(WdRecoveryType) Method

Definition

Pastes the selected table cells and formats them as specified.

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)

Parameters

Type
WdRecoveryType

Required WdRecoveryType. The type of formatting to use when pasting the selected table cells.

Applies to