ICellCollection
General
ICellCollection és una interfície en Aspose.Slides per a NET.
Representa una col·lecció de cèl·lules de taula.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Represents the total number of cells in the collection |
Slide | IBaseSlide? | Read | Gets the slide that owns this cell collection, or null if none |
Presentation | IPresentation? | Read | Gets the presentation containing this cell collection, or null |
AsICollection | IList<ICell> | Read | Provides the cells as an IList |
AsIEnumerable | IEnumerable<ICell> | Read | Provides the cells as an IEnumerable |
AsISlideComponent | ISlideComponent | Read | |
AsIPresentationComponent | IPresentationComponent | Read |