ITableRows Interface Members
In This Topic
The following tables list the members exposed by ITableRows.
Public Properties
| Name | Description |
| Count | Gets an integer value that represents the number of rows in the table. |
| Item | Gets the ITableRow object at the specified index. |
Top
Public Methods
| Name | Description |
| Add | Adds a new row to the table object. |
| Move | Moves table row(s) at the specified position to other position. |
| MoveOut | Moves table row(s) at the specified position to the first row below or above this Table. |
Top
See Also