ColumnCollection — Aspose.Slides FOSS C++ API Reference
ColumnCollection — Represents collection of columns 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 | |
add_clone() | std::vector<Column*> | Clones the given template column and appends it to the end. |
insert_clone() | std::vector<Column*> | Clones the given template column and inserts it at the specified index. |
remove_at() | void | Removes the column at the given index. |
remove_at() | void | Removes the column at the given index. |
as_i_collection() | std::vector<Column*> | Returns a snapshot of the columns as raw pointers. |
as_i_enumerable() | std::vector<Column*> | Returns a snapshot of the columns as raw pointers (same as as_i_collection). |