ICellCollection

All Implemented Interfaces: com.aspose.slides.ISlideComponent, com.aspose.slides.IGenericCollection

public interface ICellCollection extends ISlideComponent, IGenericCollection<ICell>

Represents a collection of cells.

Methods

MethodDescription
get_Item(int index)Returns a cell by it’s position.

get_Item(int index)

public abstract ICell get_Item(int index)

Returns a cell by it’s position. Read-only ICell.


One CellEx object can be returned for several indexes in case cell is merged.

Parameters:

ParameterTypeDescription
indexint

Returns: ICell