CellCollection
General
CellCollection is a class in Aspose.Slides for NET.
Inherits from: ISlideComponent, ICellCollection, IEnumerable<ICell>.
CellCollection és una classe en Aspose.Slides per NET. És heretat de: ゚ISlideComponent⌒, ゙ICellCollectionヽ, \\pLACHEHolding_3}<\Place Halders4>⌒.
Representa una col·lecció de cèl·lules de taula només per a lectura associada amb un diapositiu principal i part d’un diapasó.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read | Provides the slide that owns this cell collection, or null if unavailable |
Presentation | IPresentation? | Read | Provides the presentation containing the slide of this cell collection, or null |
AsISlideComponent | ISlideComponent | Read | Exposes the collection as an ISlideComponent interface |
AsIPresentationComponent | IPresentationComponent | Read | Exposes the collection as an IPresentationComponent interface |
AsICollection | IList<ICell> | Read | Exposes the cells as an IList |
AsIEnumerable | IEnumerable<ICell> | Read | Exposes the cells as an IEnumerable |
Count | int | Read | Returns the total number of cells in the collection |
Mètodes
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator to iterate over the cells in the collection |