Row Interface

Definition

Represents a row in a table.

public interface class Row
[System.Runtime.InteropServices.Guid("00020950-0000-0000-C000-000000000046")]
public interface Row
type Row = interface
Public Interface Row
Attributes

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(Object) method to add a row to a table.

Use the Cells property to modify the individual cells in a Row object.

Properties

Alignment

Returns or sets a WdRowAlignment constant that represents the alignment for the specified rows.

AllowBreakAcrossPages

Determines if the text in a table row or rows are allowed to split across a page break.

Application

Returns a Application object that represents the Microsoft Word application.

Borders

Returns a Borders collection that represents all the borders for the specified object.

Cells

Returns a Cells collection that represents the table cells in a column, row, selection, or range.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

HeadingFormat

Determines if the specified row or rows are formatted as a table heading.

Height

Returns or sets the height of the specified row in a table.

HeightRule

Returns or sets the rule for determining the height of the specified row.

ID

Returns or sets the identifying label for the specified object when the current document is saved as a Web page.

Index

Returns an Integer that represents the position of an item in a collection.

IsFirst

Determines if the specified column or row is the first one in the table.

IsLast

Determines if the specified column or row is the last one in the table.

LeftIndent

Returns or sets a Single that represents the left indent value (in points) for the specified table row.

NestingLevel

Returns the nesting level of the specified row.

Next

Returns the next object in the collection.

Parent

Returns an object that represents the parent object of the specified object.

Previous

Returns the previous object in the collection.

Range

Returns a Range object that represents the portion of a document that's contained in the specified object.

Shading

Returns a Shading object that refers to the shading formatting for the specified object.

SpaceBetweenColumns

Returns or sets the distance (in points) between text in adjacent columns of the specified row.

Methods

ConvertToText(Object, Object)

Converts a table to text and returns a Range object that represents the delimited text.

ConvertToTextOld(Object)

Reserved for internal use.

Delete()

Deletes the specified object.

Select()

Selects the specified object.

SetHeight(Single, WdRowHeightRule)

Sets the height of table rows.

SetLeftIndent(Single, WdRulerStyle)

Sets the indentation for a row or rows in a table.

Applies to