ITableRows Interface Members
In This Topic
The following tables list the members exposed by ITableRows.
Public Properties
| Name | Description |
 | Count |
Returns the number of objects in the collection (read-only).
|
 | Item | Gets the ITableRow at the specified index. |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Adds a new row to the table object. Returns the ITableRow object. |
 | Delete |
Deletes the cells of the table row(s) and shifts upward any remaining cells below the deleted row(s).
|
 | GetEnumerator | (Inherited from System.Collections.IEnumerable) |
Top
See Also