CellCollection

Overview

CellCollection is a class in Aspose.Slides FOSS for Python. Inherits from: BaseCollection, ICellCollection.

Represents a collection of cells.

Properties

NameTypeAccessDescription
slideIBaseSlideReadReturns the parent slide of a CellCollection.
presentationIPresentationReadReturns the parent presentation of a CellCollection.
as_i_slide_componentISlideComponentReadProvides the collection as an ISlideComponent
as_i_presentation_componentIPresentationComponentReadProvides the collection as an IPresentationComponent
as_i_collectionlistReadExposes the collection as a standard Python list
as_i_enumerableAnyReadReturns the collection as an enumerable object

See Also