Row Members
Include Protected Members
Include Inherited Members
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 table.
The Row type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Cells | Returns a CellRange collection that represents the cells in a table column or row. Read-only. | |
Height | Returns or sets the height of the specified object, in points. Read/write. | |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified Row object. | |
Select | Selects the specified object. |
Top