CellCollection
CellCollection 类
表示一个单元格集合。
public abstract class CellCollection : ICellCollection
属性
名称 | 描述 |
---|---|
Count { get; } | 返回集合中单元格的数量。只读 Int32。 |
IsSynchronized { get; } | 返回一个值,指示对集合的访问是否是同步的(线程安全)。只读 Boolean。 |
Item { get; } | 通过位置返回一个单元格。只读 Cell 。 |
Presentation { get; } | 返回 CellCollection 的父演示文稿。只读 IPresentation 。 |
Slide { get; } | 返回 CellCollection 的父幻灯片。只读 IBaseSlide 。 |
SyncRoot { get; } | 返回一个同步根。只读 Object。 |
方法
名称 | 描述 |
---|---|
CopyTo(Array, int) | 将集合中的所有元素复制到指定数组。 |
GetEnumerator() | 返回一个枚举器,用于迭代集合。 |
另请参阅
- 接口 ICellCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides