Rows Members

Include Protected Members
Include Inherited Members

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

The Rows type exposes the following members.

Methods

  Name Description
Public method Add Returns a Row object that represents a row added to a table.
Public method ConvertToText Converts a table to text and returns a Range object that represents the delimited text.
Public method ConvertToTextOld Reserved for internal use.
Public method Delete Deletes the specified object.
Public method DistributeHeight Adjusts the height of the specified rows so that they're equal.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method Select Selects the specified object.
Public method SetHeight Sets the height of table rows.
Public method SetLeftIndent Sets the indentation for a row or rows in a table.

Top

Properties

  Name Description
Public property Alignment Returns or sets a WdRowAlignment constant that represents the alignment for the specified rows.
Public property AllowBreakAcrossPages Determine if the text in a table row or rows is allowed to split across a page break.
Public property AllowOverlap Returns or sets a value that specifies whether the specified rows can overlap other rows.
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Borders Returns a Borders collection that represents all the borders for the specified object.
Public property Count Returns the number of items in the specified collection.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property DistanceBottom Returns or sets the distance (in points) between the document text and the bottom edge of the specified table.
Public property DistanceLeft Returns or sets the distance (in points) between the document text and the left edge of the specified table.
Public property DistanceRight Returns or sets the distance (in points) between the document text and the right edge of the specified table.
Public property DistanceTop Returns or sets the distance (in points) between the document text and the top edge of the specified table.
Public property First Returns a Row object that represents the first item in the Rows collection.
Public property HeadingFormat Determine if the specified row or rows are formatted as a table heading.
Public property Height Returns or sets the height of the specified row or rows in a table.
Public property HeightRule Returns or sets the rule for determining the height of the specified rows.
Public property HorizontalPosition Returns or sets the horizontal distance between the edge of the rows and the item specified by the RelativeHorizontalPosition property.
Public property Item Returns an individual object in a collection.
Public property Last Returns the last item in the Rows collection as a Row object.
Public property LeftIndent Returns or sets a Single that represents the left indent value (in points) for the specified table rows.
Public property NestingLevel Returns the nesting level of the specified rows.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property RelativeHorizontalPosition Specifies to what the horizontal position of a group of rows is relative.
Public property RelativeVerticalPosition Specifies to what the vertical position of a group of rows is relative.
Public property Shading Returns a Shading object that refers to the shading formatting for the specified object.
Public property SpaceBetweenColumns Returns or sets the distance (in points) between text in adjacent columns of the specified row or rows.
Public property TableDirection Returns or sets the direction in which Microsoft Word orders cells in the specified table or row.
Public property VerticalPosition Returns or sets the vertical distance between the edge of the rows and the item specified by the RelativeVerticalPosition property.
Public property WrapAroundText Determines whether text should wrap around the specified rows.

Top

See Also

Reference

Rows Interface

Microsoft.Office.Interop.Word Namespace