Rows.Add Method
Returns a Row object that represents a row added to a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Add ( _
ByRef BeforeRow As Object _
) As Row
'Usage
Dim instance As Rows
Dim BeforeRow As Object
Dim returnValue As Row
returnValue = instance.Add(BeforeRow)
Row Add(
ref Object BeforeRow
)
Parameters
- BeforeRow
Type: System.Object%
Optional Object. A Row object that represents the row that will appear immediately below the new row.
Return Value
Type: Microsoft.Office.Interop.Word.Row