ICellCollection

ICellCollection interface

Representa una colección de celdas.

public interface ICellCollection : IGenericCollection<ICell>, ISlideComponent

Propiedades

NombreDescripción
AsISlideComponent { get; }Permite obtener la interfaz base ISlideComponent. Solo lecturaISlideComponent .
Item { get; }Devuelve una celda por su posición. Solo lecturaICell .

Ver también