Range.PasteAsNestedTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pastes a cell or group of cells as a nested table into the selected range.
public:
void PasteAsNestedTable();
public void PasteAsNestedTable ();
abstract member PasteAsNestedTable : unit -> unit
Public Sub 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.