Rows.Add(Object) Method

Definition

Returns a Row object that represents a row added to a table.

public Microsoft.Office.Interop.Word.Row Add (ref object BeforeRow);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Row
Public Function Add (Optional ByRef BeforeRow As Object) As Row

Parameters

BeforeRow
Object

Optional Object. A Row object that represents the row that will appear immediately below the new row.

Returns

Row

Applies to