Selection.PasteAndFormat Method
Pastes the selected table cells and formats them as specified.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub PasteAndFormat ( _
Type As WdRecoveryType _
)
'Usage
Dim instance As Selection
Dim Type As WdRecoveryType
instance.PasteAndFormat(Type)
void PasteAndFormat(
WdRecoveryType Type
)
Parameters
- Type
Type: Microsoft.Office.Interop.Word.WdRecoveryType
Required WdRecoveryType. The type of formatting to use when pasting the selected table cells.