ICellCollection

ICellCollection interface

Represents a collection of cells.

public interface ICellCollection : IGenericCollection<ICell>, ISlideComponent

Properties

NameDescription
AsISlideComponent { get; }Allows to get base ISlideComponent interface. Read-only ISlideComponent.
Item { get; }Returns a cell by it’s position. Read-only ICell.

See Also