ICellCollection

ICellCollection class

Represents a collection of cells.

The ICellCollection type exposes the following members:

Properties

Name Description
as_i_slide_component Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
slide Returns the base slide.
Read-only IBaseSlide.
as_i_presentation_component Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
presentation Returns the presentation.
Read-only IPresentation.
as_i_collection Returns ICollection class.
as_i_enumerable Returns IEnumerable class.

Indexer

Name Description
[index] Returns a cell by it’s position.
Read-only ICell.

See Also