ICellCollection

ICellCollection

Overview

ICellCollection is a interface in Aspose.Slides FOSS for Java. Inherits from: ISlideComponent, IPresentationComponent.

Represents a collection of cells.

Methods

SignatureDescription
get(index: int)ICellGets the cell at the specified index.
size()intReturns the number of cells in the collection.
asISlideComponent()ISlideComponentReturns 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}.

See Also