Row interface
Office 2013 and later
Represents a row in a table.
Namespace: Microsoft.Office.Interop.Word
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.
Show: