ICellCollection

ICellCollection — Aspose.Slides FOSS Java API Reference

ICellCollection — Represents a collection of cells.

Package: org.aspose.slides.foss


Methods

MethodReturnsDescription
get(int index)ICellGets the cell at the specified index.
size()intReturns the number of cells in the collection.
asISlideComponent()ISlideComponentReturns the base ISlideComponent interface.
asICollection()List<ICell>Returns the collection as a List.
asIEnumerable()Iterable<ICell>Returns the collection as an Iterable.

See Also