Row Members

Include Protected Members
Include Inherited Members

Represents a row in a table.

The Row type exposes the following members.

Methods

  Name Description
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 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 Determines if the text in a table row or rows are allowed to split across a page break.
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 Cells Returns a Cells collection that represents the table cells in a column, row, selection, or range.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property HeadingFormat Determines if the specified row or rows are formatted as a table heading.
Public property Height Returns or sets the height of the specified row in a table.
Public property HeightRule Returns or sets the rule for determining the height of the specified row.
Public property ID Returns or sets the identifying label for the specified object when the current document is saved as a Web page.
Public property Index Returns an Integer that represents the position of an item in a collection.
Public property IsFirst Determines if the specified column or row is the first one in the table.
Public property IsLast Determines if the specified column or row is the last one in the table.
Public property LeftIndent Returns or sets a Single that represents the left indent value (in points) for the specified table row.
Public property NestingLevel Returns the nesting level of the specified row.
Public property Next Returns the next object in the collection.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Previous Returns the previous object in the collection.
Public property Range Returns a Range object that represents the portion of a document that's contained in the specified object.
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.

Top

See Also

Reference

Row Interface

Microsoft.Office.Interop.Word Namespace