Range.PasteAsNestedTable Method

Pastes a cell or group of cells as a nested table into the selected range.

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

Syntax

'Declaration
Sub PasteAsNestedTable
'Usage
Dim instance As Range

instance.PasteAsNestedTable()
void PasteAsNestedTable()

Remarks

You can use PasteAsNestedTable only if the Clipboard contains a cell or group of cells and the selected range is a cell or group of cells in the current document.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace