Share via


Row Object Members

Word Developer Reference

Represents a row in a table. The Row object is a member of the Rows collection. The Rows collection includes all the rows in the specified selection, range, or table.

Methods

  Name Description
Bb257713.methods(en-us,office.12).gif ConvertToText Converts a table to text and returns a Range object that represents the delimited text.
Bb257713.methods(en-us,office.12).gif Delete Deletes the specified table row.
Bb257713.methods(en-us,office.12).gif Select Selects the specified table row.
Bb257713.methods(en-us,office.12).gif SetHeight Sets the height of a table row.
Bb257713.methods(en-us,office.12).gif SetLeftIndent Sets the indentation for a row in a table.

Properties

  Name Description
Bb257713.properties(en-us,office.12).gif Alignment Returns or sets a WdRowAlignment constant that represents the alignment for the specified rows. Read/write.
Bb257713.properties(en-us,office.12).gif AllowBreakAcrossPages True if the text in a table row or rows are allowed to split across a page break. Read/write Long.
Bb257713.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257713.properties(en-us,office.12).gif Borders Returns a Borders collection that represents all the borders for the specified object.
Bb257713.properties(en-us,office.12).gif Cells Returns a Cells collection that represents the table cells in a column, row, selection, or range. Read-only.
Bb257713.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257713.properties(en-us,office.12).gif HeadingFormat True if the specified row or rows are formatted as a table heading. Rows formatted as table headings are repeated when a table spans more than one page. Can be True, False or wdUndefined. Read/write Long.
Bb257713.properties(en-us,office.12).gif Height Returns or sets the height of the specified row in a table. Read/write Single.
Bb257713.properties(en-us,office.12).gif HeightRule Returns or sets the rule for determining the height of the specified cells or rows. Read/write WdRowHeightRule.
Bb257713.properties(en-us,office.12).gif ID Returns or sets the identifying label for the specified table row when the document is saved as a Web page. Read/write String.
Bb257713.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb257713.properties(en-us,office.12).gif IsFirst True if the specified row is the first one in the table. Read-only Boolean.
Bb257713.properties(en-us,office.12).gif IsLast True if the specified row is the last one in the table. Read-only Boolean.
Bb257713.properties(en-us,office.12).gif LeftIndent Returns or sets a Single that represents the left indent value (in points) for the specified table row. Read/write.
Bb257713.properties(en-us,office.12).gif NestingLevel Returns the nesting level of the specified table row. Read-only Long.
Bb257713.properties(en-us,office.12).gif Next Returns a Row object that represents the table row that is next in the collection of rows in a table. Read-only.
Bb257713.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Row object.
Bb257713.properties(en-us,office.12).gif Previous Returns a Row object that represents the table row that is previous to the specified row. Read-only.
Bb257713.properties(en-us,office.12).gif Range Returns a Range object that represents the portion of a document that is contained within the specified table row.
Bb257713.properties(en-us,office.12).gif Shading Returns a Shading object that refers to the shading formatting for the specified object.
Bb257713.properties(en-us,office.12).gif SpaceBetweenColumns Returns or sets the distance (in points) between text in adjacent columns of the specified row or rows. Read/write Single.