Selection.PasteAppendTable Method

Merges pasted cells into an existing table by inserting the pasted rows between the selected rows.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub PasteAppendTable
'Usage
Dim instance As Selection

instance.PasteAppendTable()
void PasteAppendTable()

Remarks

No cells are overwritten by this method.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace