com.aspose.slides
Interface ICellCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, IPresentationComponent, ISlideComponent, java.lang.Iterable
All Known Subinterfaces:
IColumn, IRow
All Known Implementing Classes:
CellCollection, Column, Row

public interface ICellCollection
extends ISlideComponent, com.aspose.ms.System.Collections.ICollection

Represents a collection of cells.


Method Summary
 ICell get_Item(int index)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

get_Item

ICell get_Item(int index)