Rows Object Members

Word Developer Reference

A collection of Row objects that represent the table rows in the specified selection, range, or table.

Methods

  Name Description
Bb257716.methods(en-us,office.12).gif Add Returns a Row object that represents a row added to a table.
Bb257716.methods(en-us,office.12).gif ConvertToText Converts rows in a table to text and returns a Range object that represents the delimited text.
Bb257716.methods(en-us,office.12).gif Delete Deletes the specified table rows.
Bb257716.methods(en-us,office.12).gif DistributeHeight Adjusts the height of the specified rows or cells so that they're equal.
Bb257716.methods(en-us,office.12).gif Item Returns an individual Row object in a collection.
Bb257716.methods(en-us,office.12).gif Select Selects a collection of rows in a table.
Bb257716.methods(en-us,office.12).gif SetHeight Sets the height of table rows.
Bb257716.methods(en-us,office.12).gif SetLeftIndent Sets the indentation for a row or rows in a table.

Properties

  Name Description
Bb257716.properties(en-us,office.12).gif Alignment Returns or sets a WdRowAlignment constant that represents the alignment for the specified rows. Read/write.
Bb257716.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.
Bb257716.properties(en-us,office.12).gif AllowOverlap Returns or sets a value that specifies whether the specified rows can overlap other rows.
Bb257716.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257716.properties(en-us,office.12).gif Borders Returns a Borders collection that represents all the borders for the specified object.
Bb257716.properties(en-us,office.12).gif Count Returns a Long that represents the number of rows in the collection. Read-only.
Bb257716.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.
Bb257716.properties(en-us,office.12).gif DistanceBottom Returns or sets the distance (in points) between the document text and the bottom edge of the specified table. Read/write Single.
Bb257716.properties(en-us,office.12).gif DistanceLeft Returns or sets the distance (in points) between the document text and the left edge of the specified table. Read/write Single.
Bb257716.properties(en-us,office.12).gif DistanceRight Returns or sets the distance (in points) between the document text and the right edge of the specified table. Read/write Single.
Bb257716.properties(en-us,office.12).gif DistanceTop Returns or sets the distance (in points) between the document text and the top edge of the specified table. Read/write Single.
Bb257716.properties(en-us,office.12).gif First Returns a Row object that represents the first item in the Rows collection.
Bb257716.properties(en-us,office.12).gif HeadingFormat True if the specified row or rows are formatted as a table heading. Read/write Long.
Bb257716.properties(en-us,office.12).gif Height Returns or sets the height of the specified rows in a table. Read/write Single.
Bb257716.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.
Bb257716.properties(en-us,office.12).gif HorizontalPosition Returns or sets the horizontal distance between the edge of the rows and the item specified by the RelativeHorizontalPosition property. Read/write Single.
Bb257716.properties(en-us,office.12).gif Last Returns the last item in the Rows collection as a Row object.
Bb257716.properties(en-us,office.12).gif LeftIndent Returns or sets a Single that represents the left indent value (in points) for the specified table rows. Read/write.
Bb257716.properties(en-us,office.12).gif NestingLevel Returns the nesting level of the specified table rows. Read-only Long.
Bb257716.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Rows object.
Bb257716.properties(en-us,office.12).gif RelativeHorizontalPosition Specifies the relative horizontal position of a group of rows. Read/write WdRelativeHorizontalPosition.
Bb257716.properties(en-us,office.12).gif RelativeVerticalPosition Specifies the relative vertical position of a group of rows. Read/write WdRelativeVerticalPosition.
Bb257716.properties(en-us,office.12).gif Shading Returns a Shading object that refers to the shading formatting for the specified object.
Bb257716.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.
Bb257716.properties(en-us,office.12).gif TableDirection Returns or sets the direction in which Microsoft Word orders cells in the specified table or row. Read/write WdTableDirection.
Bb257716.properties(en-us,office.12).gif VerticalPosition Returns or sets the vertical distance between the edge of the rows and the item specified by the RelativeVerticalPosition property. Read/write Single.
Bb257716.properties(en-us,office.12).gif WrapAroundText Returns or sets whether text should wrap around the specified rows. Read/write Long.