IRowCollection
IRowCollection class
Represents table row collection.
The IRowCollection type exposes the following members:
Properties
Name |
Description |
as_i_collection |
Returns ICollection class. |
as_i_enumerable |
Returns IEnumerable class. |
Indexer
Name |
Description |
[index] |
Gets the element at the specified index. |
Methods
Name |
Description |
add_clone(templ, with_attached_rows) |
Creates a copy of the specified template row and inserts it at the bottom of a table. |
insert_clone(index, templ, with_attached_rows) |
Creates a copy of the specified template row and insert it at the specified position in a table. |
remove_at(first_row_index, with_attached_rows) |
Removes a row at the specified position from a table. |
See Also