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_clone(self, templ, with_attached_rows)Creates a copy of the specified template row and inserts it at the bottom of a table.
insert_clone(self, 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(self, first_row_index, with_attached_rows)Removes a row at the specified position from a table.

See Also