ICellCollection
Overview
ICellCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of table cells.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Returns the total number of cells in the collection |
Slide | IBaseSlide? | Read | Gets the slide that owns this cell collection, or null |
Presentation | IPresentation? | Read | Gets the presentation that contains the slide, or null |
AsICollection | IList<ICell> | Read | |
AsIEnumerable | IEnumerable<ICell> | Read | |
AsISlideComponent | ISlideComponent | Read | |
AsIPresentationComponent | IPresentationComponent | Read |