ITableRow Interface Members
In This Topic
The following tables list the members exposed by ITableRow.
Public Properties
| Name | Description |
| Index | Gets an integer value that represents the index number of the ITableRow object within the ITableRows collection. |
| InvalidData | Gets a value indicating whether the row in a list contains cells that don't pass data validation. |
| Range | Gets an IRange object that represents the range to which the specified table object in the above table applies. |
Top
Public Methods
| Name | Description |
| Delete | Deletes the cells of the table row and shifts upward any remaining cells below the deleted row. |
Top
See Also