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
| Name | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsISlideComponent | ISlideComponent | Read | Gets the as i slide component. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsICollection | IList<ICell> | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable<ICell> | Read | Gets the as i enumerable. |
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator to iterate over the cells in the collection |