ICellCollection
Overview
ICellCollection is a interface in Aspose.Slides FOSS for Java.
Inherits from: ISlideComponent, IPresentationComponent.
Represents a collection of cells.
Methods
| Signature | Description |
|---|---|
get(index: int) → ICell | Gets the cell at the specified index. |
size() → int | Returns the number of cells in the collection. |
asISlideComponent() → ISlideComponent | Returns the base {@link ISlideComponent} interface. |
asICollection() → List<ICell> | Returns the collection as a {@link List}. |
asIEnumerable() → Iterable<ICell> | Returns the collection as an {@link Iterable}. |