CellCollection
Overview
CellCollection is a class in Aspose.Slides FOSS for C++.
Represents a collection of table cells.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Cell | Cell | Read | Property provides access to a Cell in the collection |
IBaseSlide | IBaseSlide | Read | Property provides access to the associated IBaseSlide |
ISlideComponent | ISlideComponent | Read | Property provides access to the related ISlideComponent |
IPresentationComponent | IPresentationComponent | Read | Property provides access to the linked IPresentationComponent |
iterator | iterator | Read | Returns an iterator to the collection’s first element |
const_iterator | const_iterator | Read | Returns a const iterator to the collection’s first element |
Methods
| Signature | Description |
|---|---|
Cell() → Cell | Property provides access to a Cell in the collection |
Cell() → Cell | |
Cell() → Cell | |
Cell() → Cell | |
IBaseSlide() → IBaseSlide | Property provides access to the associated IBaseSlide |
IBaseSlide() → IBaseSlide | |
ISlideComponent() → ISlideComponent | Property provides access to the related ISlideComponent |
ISlideComponent() → ISlideComponent | |
IPresentationComponent() → IPresentationComponent | Property provides access to the linked IPresentationComponent |
IPresentationComponent() → IPresentationComponent | |
iterator() → iterator | Returns an iterator to the collection’s first element |
iterator() → iterator | |
const_iterator() → const_iterator | Returns a const iterator to the collection’s first element |
const_iterator() → const_iterator |