CellCollection
Overview
CellCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, ICellCollection.
Represents a collection of cells.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Returns the parent slide of a CellCollection. |
presentation | IPresentation | Read | Returns the parent presentation of a CellCollection. |
as_i_slide_component | ISlideComponent | Read | Provides the collection as an ISlideComponent |
as_i_presentation_component | IPresentationComponent | Read | Provides the collection as an IPresentationComponent |
as_i_collection | list | Read | Exposes the collection as a standard Python list |
as_i_enumerable | Any | Read | Returns the collection as an enumerable object |