com.aspose.slides
Interface ICellCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<ICell>, IGenericCollection<ICell>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ICell>, IPresentationComponent, ISlideComponent, java.lang.Iterable<ICell>
All Known Subinterfaces:
IColumn, IRow
All Known Implementing Classes:
CellCollection, Column, Row

public interface ICellCollection
extends ISlideComponent, IGenericCollection<ICell>

Represents a collection of cells.


Method Summary
 ICell get_Item(int index)
           Returns a cell by it's position.
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 
Methods inherited from interface com.aspose.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ICell get_Item(int index)

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


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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.