ColumnCollection

ColumnCollection — Aspose.Slides FOSS C++ API Reference

ColumnCollection — Represents collection of columns 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
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()voidRemoves the column at the given index.
remove_at()voidRemoves 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).

See Also