CellCollection
CellCollection class
Represents a collection of cells.
The CellCollection type exposes the following members:
Properties
Name | Description |
---|---|
slide | Returns the parent slide of a CellCollection. Read-only IBaseSlide. |
presentation | Returns the parent presentation of a CellCollection. Read-only IPresentation. |
as_i_slide_component | Allows to get base ISlideComponent interface. Read-only ISlideComponent. |
as_i_presentation_component | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns a cell by it’s position. Read-only Cell. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides