Row Interface
Represents a row in a table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020950-0000-0000-C000-000000000046")> _
Public Interface Row
'Usage
Dim instance As Row
[GuidAttribute("00020950-0000-0000-C000-000000000046")]
public interface Row
Remarks
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.