Rows interface

A collection of Row objects that represent the table rows in the specified selection, range, or table.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

No code example is currently available or this language may not be supported.

Use the Rows property to return the Rows collection.

Use the Add method to add a row to a 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.

Show: