Selection.PasteAsNestedTable Method

Definition

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.

Applies to