CellCollection

Overview

CellCollection is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent, ICellCollection, IEnumerable<ICell>.

Represents a read-only collection of table cells associated with a parent slide and slide part.

Properties

NameTypeAccessDescription
SlideIBaseSlide?ReadGets the slide that contains this cell collection, or null if none
PresentationIPresentation?ReadGets the presentation that owns the slide of this collection, or null
AsISlideComponentISlideComponentReadExposes the collection as an ISlideComponent
AsIPresentationComponentIPresentationComponentReadExposes the collection as an IPresentationComponent
AsICollectionIList<ICell>ReadProvides the cells as an IList
AsIEnumerableIEnumerable<ICell>ReadProvides the cells as an IEnumerable
CountintReadGets the number of cells contained in the collection

Methods

SignatureDescription
GetEnumerator()Returns an enumerator to iterate over the cells in the collection

See Also