Row Interface
Represents a row in a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
The Row object is a member of the Rows collection. The Rows collection includes all the rows in the specified selection, range, or table.
Use Rows(index), where index is the index number, to return a single Row object. The index number represents the position of the row in the selection, range, or table.
Use the Add method to add a row to a table.
Use the Cells property to modify the individual cells in a Row object.