CellCollection
CellCollection class
表示单元格的集合。
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() | 返回一个遍历集合的枚举器。 |
也可以看看
- interface ICellCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides