Row Interface 

Represents a row in a table.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class owImplementation
    Implements Row
End Class
Dim owImplementation1 As New owImplementation()

Syntax

Public Interface Row
public interface Row
public interface class Row
public interface Row
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.

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

Row Members