ICellCollection

ICellCollection interface

Représente une collection de cellules.

public interface ICellCollection : IGenericCollection<ICell>, ISlideComponent

Propriétés

NomLa description
AsISlideComponent { get; }Permet d’obtenir l’interface ISlideComponent de base. Lecture seuleISlideComponent .
Item { get; }Renvoie une cellule par sa position. Lecture seuleICell .

Voir également