Selection.InsertRowsBelow(Object) 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.
Inserts rows below the current selection.
public void InsertRowsBelow (ref object NumRows);
abstract member InsertRowsBelow : obj -> unit
Public Sub InsertRowsBelow (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.