CellCollection

Overview

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

Represents a collection of cells.

Properties: as_i_collection, as_i_enumerable, as_i_presentation_component, as_i_slide_component, length, presentation, and 1 more.

Properties

NameTypeAccessDescription
slideIBaseSlideReadReturns the parent slide of a CellCollection.
presentationIPresentationReadReturns the parent presentation of a CellCollection.
as_i_slide_componentISlideComponentReadGets the as i slide component.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
as_i_collectionlistReadGets the as i collection.
as_i_enumerableAnyReadGets the as i enumerable.
lengthintReadReturns the number of elements.

See Also