Rows.Add(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.
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.