ICellCollection — Aspose.Slides FOSS Java API Reference
ICellCollection — Represents a collection of cells.
Package: org.aspose.slides.foss
Methods
| Method | Returns | Description |
|---|---|---|
get(int index) | ICell | Gets the cell at the specified index. |
size() | int | Returns the number of cells in the collection. |
asISlideComponent() | ISlideComponent | Returns the base ISlideComponent interface. |
asICollection() | List<ICell> | Returns the collection as a List. |
asIEnumerable() | Iterable<ICell> | Returns the collection as an Iterable. |