CellCollection

CellCollection

Overview

CellCollection is a class in Aspose.Slides FOSS for C++.

Represents a collection of table cells.

Properties

NameTypeAccessDescription
CellCellReadProperty provides access to a Cell in the collection
IBaseSlideIBaseSlideReadProperty provides access to the associated IBaseSlide
ISlideComponentISlideComponentReadProperty provides access to the related ISlideComponent
IPresentationComponentIPresentationComponentReadProperty provides access to the linked IPresentationComponent
iteratoriteratorReadReturns an iterator to the collection’s first element
const_iteratorconst_iteratorReadReturns a const iterator to the collection’s first element

Methods

SignatureDescription
Cell()CellProperty provides access to a Cell in the collection
Cell()Cell
Cell()Cell
Cell()Cell
IBaseSlide()IBaseSlideProperty provides access to the associated IBaseSlide
IBaseSlide()IBaseSlide
ISlideComponent()ISlideComponentProperty provides access to the related ISlideComponent
ISlideComponent()ISlideComponent
IPresentationComponent()IPresentationComponentProperty provides access to the linked IPresentationComponent
IPresentationComponent()IPresentationComponent
iterator()iteratorReturns an iterator to the collection’s first element
iterator()iterator
const_iterator()const_iteratorReturns a const iterator to the collection’s first element
const_iterator()const_iterator

See Also