ICellCollection

ICellCollection interface

表示单元格的集合。

public interface ICellCollection : IGenericCollection<ICell>, ISlideComponent

特性

姓名描述
AsISlideComponent { get; }允许获取基础 ISlideComponent 接口。 只读ISlideComponent
Item { get; }按位置返回单元格。 只读ICell

也可以看看