com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ICellCollection

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      ICell get_Item(int index)
      Returns a cell by it's position.
      • Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable

        iterator
      • Methods inherited from interface com.aspose.ms.System.Collections.ICollection

        copyTo, getSyncRoot, isSynchronized, size
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • get_Item

        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.