ColumnCollection

General

ColumnCollection és una classe en Aspose.Slides FOSS per a C++.

Representa la col·lecció de columnes en una taula.

Propietats

NameTypeAccessDescription
iteratoriteratorReadReturns an iterator positioned at the beginning of the collection
const_iteratorconst_iteratorReadReturns a const iterator to the start of the collection

Mètodes

SignatureDescription
iterator()iteratorReturns an iterator positioned at the beginning of the collection
iterator()iterator
const_iterator()const_iteratorReturns a const iterator to the start of the collection
const_iterator()const_iterator
add_clone(templ: Column, with_attached_columns: bool)std::vector<Column*>Clones the given template column and appends it to the end.
insert_clone(index: std::size_t, templ: Column, with_attached_columns: bool)std::vector<Column*>Clones the given template column and inserts it at the specified index.
remove_at(first_column_index: std::size_t, with_attached_rows: bool)Removes the column at the given index.
remove_at(index: std::size_t)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).
 Català