Bookmark.PasteAppendTable Method (2007 System)
Merges pasted cells into an existing table in a Bookmark control by inserting the pasted rows between the selected rows.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Sub PasteAppendTable
'Usage
Dim instance As Bookmark
instance.PasteAppendTable()
public void PasteAppendTable()
public:
void PasteAppendTable()
public function PasteAppendTable()
Remarks
No cells are overwritten.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.