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

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace