RowCollection — Aspose.Slides FOSS C++ API Reference
RowCollection — Represents collection of rows in a table.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
iterator | iterator | Read | |
const_iterator | const_iterator | Read |
Methods
| Method | Returns | Description |
|---|---|---|
iterator() | iterator | |
iterator() | iterator | |
const_iterator() | const_iterator | |
const_iterator() | const_iterator | |
init_internal() | void | Initialize the collection from a XML element. |
rebuild() | void | Rebuild the rows list from the stored XML element. |
add_clone() | std::vector<Row*> | Clones the given template row and appends it to the end. |
insert_clone() | std::vector<Row*> | Clones the given template row and inserts it at the specified index. |
remove_at() | void | Removes the row at the given index. |
remove_at() | void | Removes the row at the given index. |
as_i_collection() | std::vector<Row*> | Returns a snapshot of the rows as raw pointers. |
as_i_enumerable() | std::vector<Row*> | Returns a snapshot of the rows as raw pointers (same as as_i_collection). |