Selection.InsertRowsAbove(Object) Method

Definition

Inserts rows above the current selection.

public void InsertRowsAbove (ref object NumRows);
abstract member InsertRowsAbove : obj -> unit
Public Sub InsertRowsAbove (Optional ByRef NumRows As Object)

Parameters

NumRows
Object

Optional Object. The number of rows to be added.

Remarks

Microsoft Word inserts as many rows as there are in the current selection.

In order to use this method, the current selection must be in a table.

Applies to