RowCollection — Aspose.Slides FOSS C++ API Reference

RowCollection — Represents collection of rows in a table.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
iteratoriteratorRead
const_iteratorconst_iteratorRead

Methods

MethodReturnsDescription
iterator()iterator
iterator()iterator
const_iterator()const_iterator
const_iterator()const_iterator
init_internal()voidInitialize the collection from a XML element.
rebuild()voidRebuild 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()voidRemoves the row at the given index.
remove_at()voidRemoves 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).

See Also