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)

Usage

Public Class owsImplementation
    Implements Rows
End Class
Dim owsImplementation1 As New owsImplementation()

Syntax

Public Interface Rows
    Inherits IEnumerable
public interface Rows : IEnumerable
public interface class Rows : public IEnumerable
public interface Rows implements IEnumerable
public interface Rows implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Rows Members