IRowCollection class

IRowCollection class

Represents table row collection.

The IRowCollection type exposes the following members:

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_cloneCreates a copy of the specified template row and inserts it at the bottom of a table.
insert_cloneCreates a copy of the specified template row and insert it at the specified position in a table.
remove_atRemoves a row at the specified position from a table.

See Also