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
| Name | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read | Gets the slide that contains this cell collection, or null if none |
Presentation | IPresentation? | Read | Gets the presentation that owns the slide of this collection, or null |
AsISlideComponent | ISlideComponent | Read | Exposes the collection as an ISlideComponent |
AsIPresentationComponent | IPresentationComponent | Read | Exposes the collection as an IPresentationComponent |
AsICollection | IList<ICell> | Read | Provides the cells as an IList |
AsIEnumerable | IEnumerable<ICell> | Read | Provides the cells as an IEnumerable |
Count | int | Read | Gets the number of cells contained in the collection |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator to iterate over the cells in the collection |