ICellCollection
ICellCollection interface
Represents a collection of cells.
public interface ICellCollection : IGenericCollection<ICell>, ISlideComponent
Properties
Name | Description |
---|---|
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
- interface IGenericCollection<T>
- interface ICell
- interface ISlideComponent
- namespace Aspose.Slides
- assembly Aspose.Slides