ICellCollection

General

ICellCollection és una interfície en Aspose.Slides FOSS per Java.

Representa una col·lecció de cèl·lules.

Mètodes

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}.
 Català