RowCollection
RowCollection class
Represents table row collection.
The RowCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns the row at the specified index. Read-only Row. |
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
- namespace aspose.slides
- assembly Aspose.Slides