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.

This class provides 1 method for working with CellCollection objects in .NET programs. Available methods include: GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent, Count, Presentation, and 1 more.

Properties

NameTypeAccessDescription
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.
AsISlideComponentISlideComponentReadGets the as i slide component.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsICollectionIList<ICell>ReadGets the as i collection.
AsIEnumerableIEnumerable<ICell>ReadGets the as i enumerable.
CountintReadGets the count.

Methods

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

See Also