RowCollection class

RowCollection class

Represents table row collection.

The RowCollection type exposes the following members:

Returns the row at the specified index. Read-only Row.

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