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)

Syntax

'Declaration
<GuidAttribute("0002094C-0000-0000-C000-000000000046")> _
Public Interface Rows _
    Inherits IEnumerable
'Usage
Dim instance As Rows
[GuidAttribute("0002094C-0000-0000-C000-000000000046")]
public interface Rows : IEnumerable

Remarks

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.

See Also

Reference

Rows Members

Microsoft.Office.Interop.Word Namespace