Row Members
Include Protected Members
Include Inherited Members
Represents a row in a table.
The Row type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConvertToText | Converts a table to text and returns a Range object that represents the delimited text. | |
ConvertToTextOld | Reserved for internal use. | |
Delete | Deletes the specified object. | |
Select | Selects the specified object. | |
SetHeight | Sets the height of table rows. | |
SetLeftIndent | Sets the indentation for a row or rows in a table. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top